MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 1244

Components language reference
Table of Contents

Advertisement

TransitionManager.allTransitionsInDone
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004.
Usage
var listenerObject:Object = new Object();
listenerObject.allTransitionsInDone = function(eventObj:Object) {
// ...
};
transitionManagerInstance.addEventListener("allTransitionsInDone",
listenerObject);
Description
Event; notifies listeners that the TransitionManager instance has completed all transitions that
have a direction property of
the list of transitions it is to apply.
The usage example uses a dispatcher or listener event model. A TransitionManager instance
(
transitionManagerInstance
and the event is handled by a function, also called a handler, on a listener object
(
) that you create. You define a method with the same name as the event on
listenerObject
the listener object; the method is called when the event is triggered. When the event is
triggered, it automatically passes an event object (
method. Each event object has properties that contain information about the event. In this
case, the
allTransitionsInDone
TransitionManager instance that fired the event, allowing you to use that instance and all its
properties and methods within the code that receives the
more information, see
1240
TransitionManager class
mx.transitions.Transition.IN
) dispatches an event (in this case,
event provides a target property that contains the
Chapter 21, "EventDispatcher class," on page
and has removed them from
allTransitionsInDone
) to the listener object
eventObject
allTransitionsInDone
499.
),
event. For

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents