SecondBASIC Documentation v3

Home / Command Reference / SetScrollPlane

SetScrollPlane

Description: Sets the plane to scroll when using Scroll and Scroll2 commands.

Syntax:

SetScrollPlane <Plane>

Part Description
<Plane> Required. Valid values are Scroll_A, Scroll_B, Window

Example:

    DrawTile 1,0,0
    SetScrollPlane Scroll_B
    SetGfxPlane Scroll_B
    DrawTile 1,1,1
    Scroll Right,10,0