SetScrollPlane
Previous  Next

Description: Sets the plane to scroll

     Syntax:
     
SetScrollPlane <ScrollPlane>

Part
Description
<ScrollPlane>
Required. Valid values are SCROLL_A or SCROLL_B

Example:

        DrawTile 1,0,0
        SetScrollPlane SCROLL_B
        DrawTile 1,1,1
        Scroll Right, 10, 0