getMouseX ();
getMouseY ();
Get the current x or y co-ordinate of the mouse in relation to the scene; that is, how far across or down the background image the mouse cursor is currently positioned.
The functions each returns a number between 0 and the width or height of the background image minus 1 (inclusive). 0 represents the very left (in the case of getMouseX) or top (in the case of getMouseY) of the background.
getMouseScreenX and getMouseScreenY
SLUDGE and this SLUDGE documentation are copyright Hungry Software and contributors 2000-2012