RETURNS MOUSE X-POSITION ON THE SYSTEM OBJECT NUMBER N
ACTION
The function MOUSE_X_POSITION(N) returns the position of the mouse on the X-axis on the system object number N.
The position 0 is the position of upper left corner of The system object.
SYNTAX:
Result=MOUSE_X_POSITION(N)
USE ERROR EXAMPLE
picture 1
rem print current x-position of the mouse on picture1
rem put the mouse on picture1
print mouse_x_position(1)
MOUSE_X_POSITION()
MOUSE_X_POSITION(N)
SEE ALSO
MOUSE_Y_POSITION()
MOUSE_RIGHT_UP()
MOUSE_RIGHT_DOWN()
MOUSE_LEFT_UP()
MOUSE_LEFT_DOWN()
MOUSE_X_RIGHT_UP()
MOUSE_X_RIGHT_DOWN()
MOUSE_Y_RIGHT_UP()
MOUSE_Y_RIGHT_DOWN()
MOUSE_X_LEFT_UP()
MOUSE_X_LEFT_DOWN()
MOUSE_Y_LEFT_UP()
MOUSE_Y_LEFT_DOWN()