Difference between revisions of "AMOSi:Frame Play"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

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


Plays selected frames of a previously loaded IFF animation on the screen.


next=Frame Play(bank/address,n[,screen])

bank/address is a memory address (or bank number) containing an IFF animation sequence which has been previously loaded with the FRAME LOAD instruction.


n is the number of frames you wish to play.


next=Frame Play(bank/address,n,screen])


screen enters a new screen to be created for your animation.