Extending Flash |
|
|
|
| Objects > Path object > path.clear() | |||
Flash MX 2004.
path.clear()
None.
Nothing.
Method; removes all points from the path.
The following example removes all points from a path stored in the myPath variable:
var myPath = fl.drawingLayer.newPath(); myPath.clear();
|
|
|
|