MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 507

Extending flash
Table of Contents

Advertisement

toolObj.setToolTip()
Availability
Flash MX 2004.
Usage
toolObj.setToolTip( toolTip )
Parameters
A string that specifies the tooltip to use for the tool.
toolTip
Returns
Nothing.
Description
Method; sets the tooltip that appears when the mouse is held over the tool icon. This method
is used only when you create extensible tools.
Example
The following example specifies that the tooltip for the tool should be "PolyStar Tool." This
code is taken from the sample PolyStar.jsfl file (see
theTool = fl.tools.activeTool;
theTool.setToolTip("PolyStar Tool");
toolObj.showPIControl()
Availability
Flash MX 2004.
Usage
toolObj.showPIControl( control, bShow )
Parameters
A string that specifies the name of the control to show or hide. This method is
control
used only when you create extensible tools. Valid values depend on the Property inspector
invoked by this tool (see
A shape Property inspector has the following controls:
stroke
).
toolObj.setPI()
fill
"Sample PolyStar tool" on page
20):
ToolObj object
507

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents