mouseDrop
Syntax
on mouseDrop
...
end mouseDrop
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, and dropped it there.
SuperCard will send this message to request you extract the dropped
objects from the drag using the dragTypes
and dragData
functions
and do whatever you want to insert them into the current card.