closeDrop
Syntax
on closeDrop
...
end closeDrop
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. This is the counterpart to the openDrop
message, and is sent
once the user releases the mouse button and stops dragging, no matter whether
they dropped this data in SuperCard, or another app, or canceled the drag.
You can balance whatever setup work you did in openDrop
.