Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 638 Bytes

SPSTOP.org

File metadata and controls

31 lines (23 loc) · 638 Bytes

Top | Up (Sprite) | < Previous (SPSTART) | Next (SPCHK) >

SPSTOP

Pauses sprite animations

Syntax

SPSTOP [ sprite% ]
ParameterDescription
sprite%The management number of the sprite to stop animating

If sprite% is omitted, all sprites that currently exist will be affected.

Examples

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