Flash CS3 Documentation |
|||
| Extending Flash > Objects > drawingLayer object > drawingLayer.moveTo() | |||
Flash MX 2004.
drawingLayer.moveTo(x, y)
x A floating-point value that specifies the x coordinate of the position at which to start drawing.
y A floating-point value that specifies the y coordinate of the position at which to start drawing.
Nothing.
Method; sets the current drawing position. You typically use this method only when creating extensible tools.
The following example sets the current drawing position at the point (10,15):
fl.drawingLayer.moveTo(10, 15);
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00004048.html