HideSprite
Previous  Next

Description: Hides <SpriteHandle> from the visible display.

     Syntax:
     
HideSprite <SpriteHandle>

Part
Description
<SpriteHandle>
Required. <SpriteHandle> is the variable used with AddSprite().

Example:

        a = AddSprite(1, 1)
        PropSprite a, 1, 0
        MoveSprite a, 128, 128
        Ssleep 60
        HideSprite a