Name
FreeSprite -- free a sprite (V2.0)
Synopsis
FreeSprite(id)
Function
This function frees the memory occupied by sprite id. To reduce memory consumption, you should free sprites when you do not need them any longer.

If the sprite is still on the screen and you call FreeSprite(), it will be removed before it is freed.

Inputs
id
identifier of the sprite to be freed

Show TOC