Difference between revisions of "AMOSi:Anim"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

an example can be found on AMOSPro_Tutorial:Tutorials/Amal/Amal_5.AMOS


Generates a STOS compatible animation sequence.


Anim channel number,"(image,delay)..(image,delay)"

image = the number of an image from the object bank.


delay = the period it should be displayed in units of a 50th of a sec.


The animation will only take effect when it's activated using ANIM ON.