Extending Flash |
|
|
|
| Objects > Tools object > tools.activeTool | |||
Flash MX 2004.
tools.activeTool
Read-only property; returns the ToolObj object for the currently active tool.
The following example saves an object that represents the currently active tool in the theTool variable:
var theTool = fl.tools.activeTool;
|
|
|
|