Flash Player 6 (6.0 79.0).
Flash MX 2004.
on(reveal){
...
}
listenerObject = new Object();
listenerObject.reveal = function(eventObject){
...
}
componentInstance.addEventListener("reveal", listenerObject)
Event; broadcast when the object's visible property changes from false to true.
The following handler displays a message in the Output panel when the object it's attached to becomes visible.
on(reveal) {
trace("I've become visible.");
}
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/mx2004/main_7_2/00002947.html