Example
The following example sets the current screen to the screen named ChildOfSlide_1:
fl.getDocumentDOM().screenOutline.setCurrentScreen("ChildOfSlide_1");
screenOutline.setScreenProperty()
Availability
Flash MX 2004.
Usage
screenOutline.setScreenProperty( property, value )
Parameters
A string that specifies the property to set.
property
The new value for the property. The type of value depends on the property being set.
value
For a list of available properties and values, see
Returns
Nothing.
Description
Method; sets the specified property with the specified value for the selected screens.
Example
The following example changes the visibility of the currently selected screens from hidden to
visible:
fl.getDocumentDOM().screenOutline.setScreenProperty("hidden", false);
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
bReplaceCurrentSelection
selection. The default value is
specified screens. This parameter is optional.
Returns
Nothing.
264
Chapter 3: Objects
Property summary for the Screen
A Boolean value that, if
. If
, Flash extends the current selection to include the
true
false
, lets you deselect the current
true
object.
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?
Questions and answers