Skip to content

GXScenePos

boxgaming edited this page Sep 28, 2021 · 5 revisions

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

Clone this wiki locally