FreeSprite |
Previous Next |
FreeSprite <SpriteVariable>
|
Part
|
Description
|
<SpriteVariable>
|
Required. This is the variable that was used with AddSprite()
|
a = AddSprite(1, 1)
MoveSprite a, 128, 128
Sleep 60
FreeSprite a
|