Extending Flash |
|
|
|
| Objects > Tools object > tools.setCursor() | |||
Flash MX 2004.
tools.setCursor(cursor)
cursor An integer that defines the pointer appearance, as described in the following list:
Nothing.
Method; sets the pointer to a specified appearance.
The following example sets the pointer to a black arrow.
fl.tools.setCursor(1);
|
|
|
|