Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 2

CurrentPoint(X, Y)

Returns the current X, Y coordinates.

Parameters

X - Variable to hold current horizontal position
Y - Variable to hold current vertical position

Examples

BASIC

CALL CurrentPoint(X%, Y%)

PASCAL

CurrentPoint(X, Y);