mouseUp
Syntax
on mouseUp
...
end mouseUp
Explanation
Whenever you click in a SuperCard window while the browse
tool
is active, a mouseDown
message is sent to the clicked button, field, graphic or card, to indicate that the mouse
button was pressed down. Once you release the mouse button again, a mouseUp
message will be sent, to indicate that the click has completed inside the object, and its action should be triggered.
If the mouse was released outside the object, a mouseUpOutside
message is sent instead.