Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 394 Bytes

File metadata and controls

20 lines (12 loc) · 394 Bytes

tools.activeTool

Availability

Flash MX 2004.

Usage

tools.activeTool

Description

Read-only property; returns the ToolObj object for the currently active tool.

Example

The following example saves an object that represents the currently active tool in the theTool variable:

var theTool = fl.tools.activeTool;