setCursor()
Availability
Flash MX 2004.
Usage
function setCursor() {
// statements
}
Parameters
None.
Returns
Nothing.
Description
Function; called when the extensible tool is active and the mouse moves, to allow the script to
set custom pointers. The script should call
For a list that shows which pointers correspond to which integer values, see
tools.setCursor()
Example
function setCursor() {
fl.tools.setCursor( 1 );
}
.
tools.setCursor()
to specify the pointer to use.
setCursor()
37
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?