User Guide
Slide class (Flash Professional only) 699
Properties inherited from the Screen class
The following table lists the properties the Slide class inherits from the Screen class. When
accessing these properties from the Slide object, use the form
SlideInstance.propertyName.
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.
Property Description
Screen.currentFocusedScreen Read-only; returns the screen that contains the global current
focus.
Screen.indexInParent Read-only; returns the screen’s index (zero-based) in its parent
screen’s list of child screens.
Screen.numChildScreens Read-only; returns the number of child screens contained by the
screen.
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.