AMOSi:Frame Play

From Amiga Coding
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.