MovieClip.onRollOut( ) Event Handler | Flash 6 |
Button event; occurs when the mouse pointer moves off of the clip while the mouse button is not depressed |
The onRollOut( ) event handler is identical to the Button.onRollOut( ) event, except that it can also be applied to movie clip instances (though not main movies such as _root, _level0, etc.).
Button.onRollOut( ); Section 13.9