MovieClip.onPress( ) Event Handler | Flash 6 |
Button event; occurs when the mouse is pressed over the clip |
The onPress( ) event handler is identical to the Button.onPress( ) event, except that it can also be applied to movie clip instances (though not main movies such as _root, _level0, etc.).
Button.onPress( ); Section 13.9