User Guide

1144 Slide class (Flash Professional only)
Events inherited from the UIComponent class
The following table lists the events the Slide class inherits from the UIComponent class.
Events inherited from the Loader class
The following table lists the events the Slide class inherits from the Loader class.
Events inherited from the Screen class
The following table lists the events the Slide class inherits from the Screen class.
Event Description
UIComponent.focusIn Broadcast when an object receives focus.
UIComponent.focusOut Broadcast when an object loses focus.
UIComponent.keyDown Broadcast when a key is pressed.
UIComponent.keyUp Broadcast when a key is released.
Event Description
Loader.complete Triggered when the content finished loading.
Loader.progress Triggered while content is loading.
Event Description
Screen.allTransitionsInDone Broadcast when all “in” transitions applied to a screen
have finished.
Screen.allTransitionsOutDone Broadcast when all “out” transitions applied to a screen
have finished.
Screen.mouseDown Broadcast when the mouse button was pressed over an
object (shape or movie clip) directly owned by the screen.
Screen.mouseDownSomewhere Broadcast when the mouse button was pressed somewhere
on the Stage, but not necessarily on an object owned by this
screen.
Screen.mouseMove Broadcast when the mouse is moved while over a screen.
Screen.mouseOut Broadcast when the mouse is moved from inside the screen
to outside it.
Screen.mouseOver Broadcast when the mouse is moved from outside this
screen to inside it.