onDragOver, onDragOut, and onReleaseOutside in ActionScript 3.0 (AS3)
Posted in Flash by on the 11-24-2007In AS2 there were three mouse events that I used quite often. onDragOver was thrown when the mouse button is selected and the cursor was moved over a MovieClip. This was useful to detect if another object was being dragged over a given clip. onDragOut was the opposite, this event was thrown when the mouse [...] Read full article

Responses to “onDragOver, onDragOut, and onReleaseOutside in ActionScript 3.0 (AS3)”