Syntax

on mouseDropEnter
  ...
end mouseDropEnter

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 highlight the drop destination area in the window.

See Also