Error getting tags :
error 404Error getting tags :
error 404
on mouseUpInBackdrop
go to stack "Main" -- brings to front, if already open
end mouseUpInBackdrop
Handle the mouseUpInBackdrop message to perform an action when the user releases the mouse button after clicking in the backdrop.
Parameters:
The mouseButtonNumber specifies which mouse button was pressed:
* 1 is the mouse button on Mac OS systems and the left button on Windows and Unix systems.
* 2 is the middle button on Unix systems.
* 3 is the right button on Windows and Unix systems and Control-click on Mac OS systems.
Comments:
The mouseUpInBackdrop message is sent to the current card.
If the backdrop property is set to "none", the mouseUpInBackdrop message is not sent.