ReadTile()
Previous  Next

Description: Reads the tile value located a <X>, <Y> from VRAM.

     Syntax:
     
ReadTile(<X>, <Y>)

Part
Description
<X>
Required. The x-coordinate on the drawing plane.
<Y>
Required. The y-coordinate on the drawing plane.

Example:

        DrawTile 1,10,20
        Print ReadTile(10,20)