354
Chapter 3: Objects
toolObj.setToolTip()
Availability
Flash MX 2004.
Usage
toolObj.setToolTip(
toolTip
)
Parameters
toolTip
A string that specifies the tooltip to use for the tool.
Returns
Nothing.
Description
Method; sets the tooltip that appears when the mouse is held over the tool icon.
Example
The following example specifies that the tooltip for the tool should be “Arrow Style 1 Tool.”
fl.tools.activeTool.setToolTip("Arrow Style 1 Tool");
toolObj.showPIControl()
Availability
Flash MX 2004.
Usage
toolObj.showPIControl(
control
,
bShow
)
Parameters
control
A string that specifies the name of the control to show or hide. Valid values depend on
the Property Inspector invoked by this tool (see
toolObj.setPI()
).
A shape Property inspector has the following controls:
A text Property inspector has the following controls:
stroke
fill
type
font
pointsize
color
bold
italic
direction
alignLeft
alignCenter
alignRight
alignJustify
spacing
position
autoKern
small
rotation
format
lineType
selectable
html
border
Summary of Contents for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY
Page 1: ...Flash JavaScript Dictionary ...
Page 16: ...16 Contents ...
Page 40: ...40 Chapter 2 Top level functions ...
Page 368: ...368 Chapter 3 Objects ...