Skip to content

GXSceneCreate

boxgaming edited this page Sep 27, 2021 · 16 revisions

Syntax

GXSceneCreate sceneWidth%, sceneHeight%

Description

Creates a new scene with the specified pixel width and height.

Examples

Example1: Create a new scene 320 pixels wide and 200 pixels tall.

GXSceneCreate 320, 200

See Also

GXSceneDraw, GXSceneResize, GXSceneStart, GXSceneStop

Clone this wiki locally