SecondBASIC Documentation v3

Home / Command Reference / SetGfxPlane

SetGfxPlane

Description: Sets the graphical plane for all tile drawing commands. Scroll_A (top layer) overlaps Scroll_B (lower layer). The Window plane will overwrite Scroll_A where the Window is visible.

Syntax:

SetGfxPlane <Plane>

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

Example:

    SetGfxPlane Scroll_A