MovieClip.onDragOver( ) Event Handler

ActionScript for Flash MX: The Definitive Guide, 2nd Edition
By Colin Moock
Chapter 18.  ActionScript Language Reference
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
mc.onDragOver()         on (dragOver) {     on (dragOver) {   statements     on (dragOver) {   statements }

Description

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.

See Also

Button.onDragOver( ), MovieClip.onDragOut( ); Chapter 13



    ActionScript for Flash MX. The Definitive Guide
    ActionScript for Flash MX: The Definitive Guide, Second Edition
    ISBN: 059600396X
    EAN: 2147483647
    Year: 2002
    Pages: 780
    Authors: Colin Moock

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net