ActionScript for screens (Flash Professional only)

You can use ActionScript to control screens in a document. You can insert, remove, rename, or change the order of screens, and perform other operations.

ActionScript uses the screen instance name, class name, and registration point when controlling screens. See Screen instance names, class names, and registration points (Flash Professional only). ActionScript also uses the screen parameters. See Setting parameters for a screen (Flash Professional only).

Screens and movie clips interact with ActionScript in similar ways, with some important differences. See How screens interact with ActionScript (Flash Professional only).

For more information on controlling screens with ActionScript, see Screen class, Form class, and Slide class.