User Guide
MovieClip 443
onReleaseOutside = function() {} Invoked when the mouse button is pressed inside the
movie clip area and then released outside the movie
clip area.
onRollOut = function() {} Invoked when the pointer moves outside a movie clip
area.
onRollOver = function() {} Invoked when the pointer moves over a movie clip area.
onSetFocus =
function(oldFocus:Object) {}
Invoked when a movie clip receives input focus.
onUnload = function() {} Invoked in the first frame after the movie clip is
removed from the Timeline.
Event Description