Screen.allTransitionsOutDone

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX Professional 2004.

Usage

on(allTransitionsOutDone) {
    // Your code here.
}
listenerObject = new Object();
listenerObject.allTransitionsOutDone = function(eventObject){
    // Insert your code here.
}
screenObj.addEventListener("allTransitionsOutDone", listenerObject)

Description

Event; broadcast when all "out" transitions applied to the screen have finished. The allTransitionsOutDone event is broadcast by the Transition Manager associated with screenObj.

See also

Screen.currentFocusedScreen