Syntax

on mouseDropLeave
  ...
end mouseDropLeave

Explanation

This message is sent when the user picked up something in another window (or possibly even another application) and dragged it over a window in SuperCard. Each window the mouse passes over first gets a mouseDropEnter message, and then a mouseDropLeave message when the mouse moves on to another window or the user drops something in this window.

You can use this message to undo any highlighting of the drop destination area in the window that you did in mouseDropEnter.

See Also