screen.forceSimple
Availability
Flash MX 2004.
Usage
screen.forceSimple
Description
Property; a Boolean value that enables or disables accessibility for the object's children. This is
equivalent to the inverse logic of the Make Child Objects Accessible setting in the
Accessibility panel. That is, if
is
, it is the same as the Make Child Object
forceSimple
true
Accessible option being deselected. If
is
, it is the same as the Make Child
forceSimple
false
Object Accessible option being selected.
Example
The following example stores the value of
in the
forceSimple
areChildrenAccessible
variable (a value of
means the children of the object are accessible):
false
var areChildrenAccessible =
fl.getDocumentDOM().screenOutline.screens[1].forceSimple
The following example makes the children of the object accessible:
fl.getDocumentDOM().screenOutline.screens[1].forceSimple = false;
screen.hidden
Availability
Flash MX 2004.
Usage
screen.hidden
Description
Property; a Boolean value that specifies whether the screen is visible. A screen with the
hidden
property set to
is not visible in any other screen.
true
Screen object
369
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?