
338
Working with Screens (Flash Professional Only)
Screens are similar to nested movie clips in some ways: Child screens inherit the behavior of
their parents, and you use target paths in ActionScript to send messages from one screen to
another. However, screens do not appear in the library, and you cannot create multiple
instances of a screen. For information on using ActionScript with screens, see
“About using
ActionScript with screens (Flash Professional only)” on page 357
.
You can add multiple screens to a document, and you can nest screens within other screens, in
as many levels as you want. A screen that is inside another screen is the
child
of that screen. A
screen that contains another screen is the
parent
of that screen. If a screen is nested several
layers deep, all the screens above that screen are its
ancestors
. Screens that are at the same level
are
sibling
screens. All screens nested in another screen are its
descendants
. A child screen
contains all the content of its ancestor screens.
The Screen Outline pane for a Flash Slide Presentation containing screens nested three levels deep.
About using preloaders with screen-based
documents
If you want to include a preloader (a separate SWF file that loads your primary SWF) with
your screen-based document, one way to do this is to create the preloader as a separate SWF
file (non-screen-based), and load the SWF file for the screen-based document from within the
preloader SWF.
Slide 1 has one child
and one grandchild.
Top-level slide has three children,
Slide 1, Slide 2, and Slide 3.
Slide 4 is a child of Slide 1.
Slide 5 is a child of Slide 4.
Summary of Contents for FLASH 8-FLASH
Page 1: ...Using Flash ...
Page 12: ...12 Contents ...
Page 110: ...110 Using Symbols Instances and Library Assets ...
Page 128: ...128 Working with Color Strokes and Fills ...
Page 156: ...156 Drawing ...
Page 190: ...190 Working with Text ...
Page 224: ...224 Working with Graphic Objects ...
Page 270: ...270 Creating Motion ...
Page 310: ...310 Working with Video ...
Page 362: ...362 Working with Screens Flash Professional Only ...
Page 386: ...386 Creating Multilanguage Text ...
Page 454: ...454 Data Integration Flash Professional Only ...
Page 500: ...500 Publishing ...
Page 534: ...534 Creating Accessible Content ...