MovieClip.onDragOver( ) Event Handler | Flash 6 |
Button event; occurs when the mouse is pressed over the clip then moves off and back on the clip |
The onDragOver( ) event handler is identical to the Button.onDragOver( ) event, except that it can also be applied to movie clip instances (though not main movies such as _root, _level0, etc.). For details, see Button.onDragOver( ) and Section 13.9.
Button.onDragOver( ), MovieClip.onDragOut( ); Chapter 13