Extending Flash |
|
|
|
| Objects > CompiledClipInstance object | |||
Inheritance Element object > Instance object > CompiledClipInstance object
Flash MX 2004.
The CompiledClipInstance object is a subclass of the Instance object. It is essentially an instance of a movie clip that has been converted to a compiled clip library item (see Instance object).
In addition to the properties of the Instance object, the CompiledClipInstance object has the following properties:
|
Property |
Description |
|---|---|
|
A string that is equivalent to the Name field in the Accessibility panel. |
|
A string that represents the ActionScript for this instance; equivalent to |
|
A string that is equivalent to the Description field in the Accessibility panel. |
|
A Boolean value that enables and disables the children of the object to be accessible. |
|
A string that is equivalent to the Shortcut field in the Accessibility panel. |
|
A Boolean value that enables or disables the accessibility of the object; equivalent to the inverse logic of the Make Object Accessible setting in the Accessibility panel. |
|
An integer that is equivalent to the Tab Index field in the Accessibility panel. |
|
|
|
|