516
Objects
Returns
Nothing.
Description
Method; sets the pointer to a specified appearance.
Example
The following example sets the pointer to a black arrow.
fl.tools.setCursor(1);
tools.shiftIsDown
Availability
Flash MX 2004.
Usage
tools.shiftIsDown
Description
Read-only property; a Boolean value that is
true
if the Shift key is pressed;
false
otherwise.
Example
The following example determines whether the Shift key is being pressed.
var isShiftDown = fl.tools.shiftIsDown;
tools.snapPoint()
Availability
Flash MX 2004.
Usage
tools.snapPoint(
pt
)
Parameters
pt
specifies the location of the point for which you want to return a snap point.
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...