int GUI.Y
Gets/sets the Y position of the GUI. This allows you to dynamically change the position
of the GUI on the screen.
The Y position is the top edge of the GUI, and can be between 0 and 200 (or 240, depending
on room height). The co-ordinates used are screen co-ordinates, not room co-ordinates,
and are in the normal 320x200-resolution style.
Example:
gVerbcoin.Y += 5;
moves the VERBCOIN GUI down 5 pixels.
See Also: GUI.SetPosition, GUI.X
|