User Guide

1078 Screen class (Flash Professional only)
Event summary for the Screen class
The following table lists events of the Screen class.
Loader.percentLoaded A number that indicates the percentage of loaded content.
This property is read-only.
Loader.scaleContent A Boolean value that indicates whether the content scales to
fit the loader (
true), or the loader scales to fit the content
(
false).
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.
Property Description