Difference between revisions of "AMOSi:Sprite Update"

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

Latest revision as of 01:51, 17 November 2007

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


Performs all sprite movements in a single burst. Before using this command, you'll need to switch off the automatic display system with SPRITE UPDATE OFF.


Sprite Update
Wait Vbl

The WAIT VBL command is important, as it synchronises the sprite movements with the screen updates.