UIObject.reveal

Availability

Flash Player 6 (6.0 79.0).

Edition

Flash MX 2004.

Usage

on(reveal){
   ...
}
listenerObject = new Object();
listenerObject.reveal = function(eventObject){
   ...
}
componentInstance.addEventListener("reveal", listenerObject)

Description

Event; broadcast when the object's visible property changes from false to true.

Example

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.");
}

See also

UIObject.hide


 

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