We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#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.