Flash CS3 Documentation |
|||
| Extending Flash > Top-Level Functions and Methods > setCursor() | |||
Flash MX 2004.
function setCursor() {
// statements
}
None.
Nothing.
Function; called when the extensible tool is active and the mouse moves, to allow the script to set custom pointers. The script should call tools.setCursor() to specify the pointer to use. For a list that shows which pointers correspond to which integer values, see tools.setCursor().
function setCursor() {
fl.tools.setCursor( 1 );
}
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00003830.html