tools.setCursor()

Availability

Flash MX 2004.

Usage

tools.setCursor(cursor)

Parameters

cursor An integer that defines the pointer appearance, as described in the following list:

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);