ToolObj object
505
For example, the PolyStar.xml file specifies three options associated with the Polygon tool:
<properties>
<property name="Style"
variable="style"
list="polygon,star"
defaultValue="0"
type="Strings" />
<property name="Number of Sides"
variable="nsides"
min="3"
max="32"
defaultValue="5"
type="Number" />
<property name="Star point size"
variable="pointParam"
min="0"
max="1"
defaultValue=".5"
type="Double" />
</properties>
Example
The following example specifies that the file named PolyStar.xml is associated with the
currently active tool. This code is taken from the sample PolyStar.jsfl file (see
“Sample
PolyStar tool” on page 20
):
theTool = fl.tools.activeTool;
theTool.setOptionsFile( "PolyStar.xml" );
toolObj.setPI()
Availability
Flash MX 2004.
Usage
toolObj.setPI(
pi
)
Parameters
pi
A string that specifies the Property inspector to invoke for this tool.
Returns
Nothing.
Содержание FLASH 8-EXTENDING FLASH
Страница 1: ...Extending Flash...
Страница 38: ...38 Top Level Functions and Methods...
Страница 532: ...532 Objects...
Страница 554: ...554 C Level Extensibility...