drawingLayer.endDraw()
#### Availability
Flash MX 2004.
#### Usage
drawingLayer.endDraw()
#### Parameters
None.
#### Returns
Nothing.
#### Description
Method; exits drawing mode. Drawing mode is used when you want to temporarily draw while the mouse button is pressed. You typically use this method only when creating extensible tools.
#### Example
javascript
The following example exits drawing mode:
fl.drawingLayer.endDraw();