Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 602 Bytes

File metadata and controls

44 lines (24 loc) · 602 Bytes

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:

  • 0 = Plus cursor (+)

  • 1 = black arrow

  • 2 = white arrow

  • 3 = four-way arrow

  • 4 = two-way horizontal arrow

  • 5 = two-way vertical arrow

  • 6 = X

  • 7 = hand cursor

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