Name
RemoveSprite -- remove a sprite from the display (V2.0)
Synopsis
RemoveSprite(id)
Function
This function removes the sprite specified by id from the display. Note that the sprite will not be freed, so you can display it again at any time you like.

Inputs
id
identifier of the sprite to remove

Show TOC