MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 425

Extending flash
Table of Contents

Advertisement

symbolInstance.forceSimple
Availability
Flash MX 2004.
Usage
symbolInstance.forceSimple
Description
Property; a Boolean value that enables and disables the accessibility of the object's children.
This property is equivalent to the inverse logic of the Make Child Objects Accessible setting
in the Accessibility panel. For example, if
Child Object Accessible option being unchecked. If
the Make Child Object Accessible option being checked.
This property is available only for movie clip objects.
Example
The following example checks to see if the children of the object are accessible; a return value
of
means the children are accessible:
false
var areChildrenAccessible = fl.getDocumentDOM().selection[0].forceSimple;
The following example allows the children of the object to be accessible:
fl.getDocumentDOM().selection[0].forceSimple = false;
symbolInstance.loop
Availability
Flash MX 2004.
Usage
symbolInstance.loop
Description
Property; a string that, for graphic symbols, sets the same property as the Loop pop-up menu
in the Property inspector. For other types of symbols, this property is
values are
,
"loop"
"play once"
accordingly.
forceSimple
forceSimple
, and
"single frame"
is
, it is the same as the Make
true
is
, it is the same as
false
undefined
to set the graphic's animation
SymbolInstance object
. Acceptable
425

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents