Using ActionScript 2.0 Components |
|
|
|
| Working with Components > Using ActionScript with screens > Screen instance names, class names, and registration points | |||
The screen name automatically generates the instance name and class name of the screen. You need these identifying labels when you manipulate screens with ActionScript in various ways. To adjust how the screen behaves, change a screen's registration point. You can work with these features in the following ways:
|
NOTE |
Symbol instances, including movie clips, buttons, and graphics, also have instance names. For more information, see "Using symbols, instances, and library assets" in Using Flash. |
mx.screens.Slide class, and a form screen is assigned to the mx.screens.Form class. To modify the methods and properties that are available for the screen, assign the screen to a different class. For more information on ActionScript classes, see Classes in Learning ActionScript 2.0 in Adobe Flash.
|
|
|
|