MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 37

Extending flash
Table of Contents

Advertisement

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

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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents