SecondBASIC Documentation v3

Home / Command Reference / ShadowMode

ShadowMode

Description: Enables or disables highlight/shadow mode.

Syntax:

ShadowMode <State>

Part Description
<State> Required. Valid values are @On, 1, @Off, 0.

Example:

    DrawTile 1,0,0
    Sleep 50
    ShadowMode @On