Screen.alltransitionsindone - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Screen.allTransitionsInDone

Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
on(allTransitionsInDone) {
// Your code here.
}
listenerObject = new Object();
listenerObject.allTransitionsInDone = function(eventObject){
// Insert your code here.
}
screenObj.addEventListener("allTransitionsInDone", listenerObject)
Description
Event; broadcast when all "in" transitions applied to this screen have finished. The
allTransitionsInDone
.
screenObj
Example
In the following example, a button (
is made visible when all the "in" transitions applied to
mySlide
// Attached to mySlide:
on(allTransitionsInDone) {
this.nextSlide_btn._visible = true;
}
See also
Screen.allTransitionsOutDone
1080 Screen class (Flash Professional only)
event is broadcast by the Transition Manager associated with
nextSlide_btn
) that's contained by the slide named
have finished.
mySlide

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents