MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 183

Extending flash
Table of Contents

Advertisement

drawingLayer.moveTo()
Availability
Flash MX 2004.
Usage
drawingLayer.moveTo(x, y)
Parameters
A floating-point value that specifies the x coordinate of the position at which to start
x
drawing.
A floating-point value that specifies the y coordinate of the position at which to start
y
drawing.
Returns
Nothing.
Description
Method; sets the current drawing position. You typically use this method only when creating
extensible tools.
Example
The following example sets the current drawing position at the point (10,15):
fl.drawingLayer.moveTo(10, 15);
drawingLayer.newPath()
Availability
Flash MX 2004.
Usage
drawingLayer.newPath()
Parameters
None.
Returns
A Path object.
drawingLayer object
183

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents