User Guide

Screen class (Flash Professional only) 657
Event summary for the Screen class
The following table lists events of the Screen class.
Events inherited from the UIObject class
The following table lists the events the Screen class inherits from the UIObject class.
Events inherited from the UIComponent class
The following table lists the events the Screen class inherits from the UIComponent class.
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.
Screen.mouseUp Broadcast when the mouse button was released over an object
(shape or movie clip) directly owned by the screen.
Screen.mouseUpSomewhere Broadcast when the mouse button was released somewhere on
the Stage, but not necessarily over an object owned by this screen.
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.
Event Description
UIComponent.focusIn Broadcast when an object receives focus.
UIComponent.focusOut Broadcast when an object loses focus.