RETURNS MOUSE Y-POSITION WHEN LEFT BUTTON OF MOUSE IS RELEASED ON THE SYSTEM OBJECT NUMBER N
ACTION
The function MOUSE_Y_LEFT_UP(N) returns the position of the mouse on the Y-axis on the system object number N, at the moment when mouse left button is released.
The position 0 is the position of upper left corner of The system object.
SYNTAX:
Result=MOUSE_Y_LEFT_UP(N)
USE ERROR EXAMPLE
picture 1
rem print X and Y positions of the mouse when the left button is released on picture1
if mouse_left_up(1)=1
print mouse_x_left_up(1)
print mouse_y_left_up(1)
end_if
MOUSE_Y_LEFT_UP()
MOUSE_Y_LEFT_UP(N)
SEE ALSO
MOUSE_X_POSITION()
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_DOWN()