Specify the ActionScript class of the screen and its registration point on the Properties tab of the Property inspector:
The ActionScript class specifies what class the screen belongs to. The class determines what methods and properties are available for the screen. By default, slide screens are assigned to the mx.screens.Slide class, and form screens are assigned to the mx.screens.Form class. You can assign the screen to a different class.
The registration grid indicates the position of the screen registration point in relation to its content. By default, the registration point of a slide screen is in the center and Auto Snap is on. By default, the registration point of a form screen is in the upper left corner and Auto Snap is off. To change the registration point, use the grid. To keep the registration point in the same position in relation to screen contents, even when you add, remove, or reposition the screen contents, use the Auto Snap option.
The height and width of a screen are determined by its content. Therefore, the center of a screen cannot be the center of the Stage.
Change the ActionScript class of
a screen
Change the registration point of
a screen