drawingLayer.drawPath()
#### Availability
Flash MX 2004.
#### Usage
drawingLayer.drawPath(path)
#### Parameters
path A Path object (../Path_object/path_summary.md) to draw.
#### Returns
Nothing.
#### Description
Method; draws the path specified by the path parameter. You typically use this method only when creating extensible tools.
#### Example
javascript
The following example draws a path specified by the Path object named gamePath: fl.drawingLayer.drawPath(gamePath);