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
.
screenObj
See also
Screen.currentFocusedScreen
Screen.currentFocusedScreen
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
myScreen.currentFocusedScreen
event is broadcast by the Transition Manager associated with
Screen.currentFocusedScreen
1081
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers