Skip to content
Tristan Hume edited this page Apr 23, 2012 · 2 revisions

#Sprite.Show

##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.html.

Clone this wiki locally