User Guide

Slide class (API) (Flash Professional only) 1143
Event summary for the Slide class
The following table lists events of the Slide class.
Events inherited from the UIObject class
The following table lists the events the Slide class inherits from the UIObject class.
Screen.parentIsScreen Read-only; returns a Boolean (true or false) value that
indicates whether the screen’s parent object is itself a
screen.
Screen.rootScreen Read-only; returns the root screen of the tree or subtree that
contains the screen.
Event Description
Slide.hideChild Broadcast each time a child of a slide changes from visible to
invisible.
Slide.revealChild Broadcast each time a child slide of a slide object changes
from invisible to visible.
Event Description
UIObject.draw Broadcast when an object is about to draw its graphics.
UIObject.hide Broadcast when an object’s state changes from visible to
invisible.
UIObject.load Broadcast when subobjects are being created.
UIObject.move Broadcast when the object has moved.
UIObject.resize Broadcast when an object has been resized.
UIObject.reveal Broadcast when an object’s state changes from invisible to
visible.
UIObject.unload Broadcast when the subobjects are being unloaded.
Property Description