User Guide

742 Form class (Flash Professional only)
Events inherited from the Screen class
The following table lists the events the Form class inherits from the Screen class.
Form.currentFocusedForm
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
mx.screens.Form.currentFocusedForm
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.