Syntax

on mouseDoubleClick
  ...
end mouseDoubleClick

Explanation

Whenever you click in a Stacksmith window while the browse tool is active, a mouseUp message is sent to the clicked button, field, graphic or card, to indicate that the mouse button was clicked and released inside the object, and its action should be triggered. If two clicks occur in quick succession, instead of the mouseUp message, a mouseDoubleClick message will be sent instead.

See Also