AMOSi:Frame Skip

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(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


Skips past the selected frames, and returns the address of the next one in the animation sequence.


next=Frame Skip(bank/address)


bank/address is number of a bank or the address of a valid IFF animation frame.


next=Frame Skip(bank/address,n)


n holds the number of frames to be skipped. It defaults to one.


next returns the address of the following animation frame.