Skip to content

BASIC TILEMAP Functions

Curtis F Kaylor edited this page Sep 19, 2023 · 1 revision

TILEMAPX and TILEMAPY

TYPE: plusBASIC graphics functions


FORMAT: TILEMAPX

Action: Returns the tile map x-offset

  • Returned value will be in the range 0 through 511.

Examples:

X = TILEMAPX

Sets variable X to the tilemap x-offset.


FORMAT: TILEMAPY

Action: Returns the tile map y-offset

  • Returned value will be in the range 0 through 255.

Examples:

Y = TILEMAPY

Sets variable Y to the tilemap y-offset.

Clone this wiki locally