SetTextPlane
Previous  Next

Description: Sets the drawing plane for all text commands

     Syntax:
     
SetTextPlane <TextPlane>

Part
Description
<TextPlane>
Required. Valid values are SCROLL_A, SCROLL_B, or WINDOW

Example:

        SetTextPlane SCROLL_B
        Locate 0,0: Print "Hello World"
        DrawTile 1,0,0
        Scroll Right, 10, 0