Top | Up (Sprite) | < Previous (SPSTART) | Next (SPCHK) >
Pauses sprite animations
SPSTOP [ sprite% ]
Parameter | Description |
---|---|
sprite% | The management number of the sprite to stop animating |
If sprite%
is omitted, all sprites that currently exist will be affected.
SPSET 0,0
SPANIM 0,"XY",-10,100,100,0
WAIT 60
SPSTOP 'sprite 0 stops animating
SPSET 1,1
SPANIM 1,"XY",-10,100,100,0
'sprite 1 animates normally