GXScenePos - boxgaming/gx GitHub Wiki

Syntax

GXScenePos x&, y&

Description

Positions the scene at the specified x and y coordinates.
The default position for a scene is (0,0). Negative x and y values are valid.

Examples

Example1: Position the scene at pixel coordinates (20, 30)

GXScenePos 20, 30

See Also

GXSceneMove, GXSceneX, GXSceneY, GXSceneWidth, GXSceneHeight, GXSceneColumns, GXSceneRows