AMOSi:Frame Load

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


Loads one or more IFF frames straight into the Amiga's memory.


frames=Frame Load(file TO bank/address,n)


file is the channel number of a currently open animation file. This MUST have previously been opened using the OPEN IN command.


bank / address is either a bank number (1-65535) or a memory address.


n chooses the number of animation frames which are to be loaded. If your request is greater than the total number of available frames, AMOS will automatically load all the images in the current file.