;Alan's basic animation script ;Note, if you change ON ALARM to ON SELECT the picture will change every time you ;select it rather than automatically. ON ENTER { 0 ME SETALARM } ON ALARM { ;***Set parameters here*** 3 nbrpics = ;number of pictures 60 dtime = ;display time - each multiple of 60 is one second ;***End of parameters*** ME GETSPOTSTATE 1 + nbrpics % ME SETSPOTSTATELOCAL dtime ME SETALARM }