Sprite.Show | Part of Sprite module |
Syntax | Sprite.Show (spriteID : int)
|
Description | Displays a previously hidden sprite. Sprite.Show has no effect if the sprite is already visible.
|
Example | See Sprite.Hide for an example of Sprite.Show.
|
Status | Exported qualified. This means that you can only call the function by calling Sprite.Show, not by calling Show.
|
See also | Sprite.Hide.
|