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

Latest commit

 

History

History
39 lines (30 loc) · 927 Bytes

SPCLR.org

File metadata and controls

39 lines (30 loc) · 927 Bytes

Top | Up (Sprite) | < Previous (SPDEF) | Next (SPUSED) >

SPCLR

Deletes a sprite

Syntax

SPCLR [sprite%]
ParameterDescription
sprite%management number of the sprite to delete

If sprite% is omitted, all sprites will be cleared.

Examples

SPSET 1,4
SPSET 0,6
SPSET 3,16
WAIT 60
SPCLR 'all sprites disappear

Version Information

3.2.0

Fixed a bug where the Z position was preserved after clearing and re-creating a sprite 1

References

1 SmileBoom, “Fixes in Ver. 3.2.0 (June 17, 2015)” http://smilebasic.com/en/debug/archive/


Top | Up (Sprite) | < Previous (SPDEF) | Next (SPUSED) >