Flash MX 2004.
drawingLayer.newPath()
None.
A Path object.
Method; returns a new Path object. You typically use this method only when creating extensible tools. See Path object.
The following example returns a new Path object:
fl.drawingLayer.newPath();