AMOSi:Frame Play

From Amiga Coding
Revision as of 00:28, 3 February 2008 by Spellcoder (talk | contribs) (code now in codeblock)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.