Syntax

on mouseUpOutside
  ...
end mouseUpOutside

Explanation

Whenever you click in a Stacksmith 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. If you move the mouse outside the clicked object and release the mouse button again, a mouseUpOutside message will be sent, to indicate that the click has been aborted. If the mouse was released inside the object, a mouseUp message is sent instead.

See Also