MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 659

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

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
Description
Static property (read-only); returns a reference to the "leafmost" Screen object that contains the
global current focus. Leafmost refers to the screen that is furthest away from the root screen in the
screen hierarchy. The focus may be on the screen itself, or on a movie clip, text object, or
component inside that screen. This property defaults to
For example, assume you have a runtime screen hierarchy that looks like this:
presentation
screen1
subscreen1_1
mymovieclip
myUIButton
event is broadcast by the Transition Manager associated with
if there is no current focus.
null
Screen class (Flash Professional only)
659

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents