MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 387

Extending flash
Table of Contents

Advertisement

screenOutline.setSelectedScreens()
Availability
Flash MX 2004.
Usage
screenOutline.setSelectedScreens ( selection [, bReplaceCurrentSelection ]
)
Parameters
An array of screen names to be selected in the screen outline.
selection
A Boolean value that, if
, lets you deselect the current
bReplaceCurrentSelection
true
selection. The default value is
. If
, Flash extends the current selection to include
true
false
the specified screens. This parameter is optional.
Returns
Nothing.
Description
Method; selects the specified screens in the screen outline. If multiple screens are specified, the
screen with the last index value of the selection array is focused on the Stage.
Example
The following example deselects any currently selected screens, and then selects screens
,
,
, and slide4 in the screen outline:
slide1
slide2
slide3
myArray = new Array("slide1", "slide2", "slide3", "slide4");
fl.getDocumentDOM().screenOutline.setSelectedScreens(myArray, true);
ScreenOutline object
387

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents