[Flashcoders] Using drawing API to draw dotted lines?

2007-01-30 Thread Tom Jackson

quick request really, was wondering if anyone knows a way to use the
flash drawing api to create lines such as those seen when using the
line tool in the IDE, you have many options like dot length and gap
length, wavyness etc in the ide but only thickness from what I can
tell with the api. Anyway to duplicate this functionality?

thanks in advance guys
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Using drawing API to draw dotted lines?

2007-01-30 Thread Andy Herrman

well, you can always simulate a dotted line with multiple lines with
spaces between them.  I don't see any way to do it in the API, so you
may need to do it that way (and that may even be the way the IDE does
it, I don't know).

Doing some quick googling I came across this.  Maybe it'll help you:
http://www.flashguru.co.uk/drawing-api-enhancements/

  -Andy

On 1/30/07, Tom Jackson [EMAIL PROTECTED] wrote:

quick request really, was wondering if anyone knows a way to use the
flash drawing api to create lines such as those seen when using the
line tool in the IDE, you have many options like dot length and gap
length, wavyness etc in the ide but only thickness from what I can
tell with the api. Anyway to duplicate this functionality?

thanks in advance guys
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Using drawing API to draw dotted lines?

2007-01-30 Thread Tom Jackson

ah thanks for the googling andy, that dashTo class is perfect, thanks

On 30/01/07, Andy Herrman [EMAIL PROTECTED] wrote:

well, you can always simulate a dotted line with multiple lines with
spaces between them.  I don't see any way to do it in the API, so you
may need to do it that way (and that may even be the way the IDE does
it, I don't know).

Doing some quick googling I came across this.  Maybe it'll help you:
http://www.flashguru.co.uk/drawing-api-enhancements/

   -Andy

On 1/30/07, Tom Jackson [EMAIL PROTECTED] wrote:
 quick request really, was wondering if anyone knows a way to use the
 flash drawing api to create lines such as those seen when using the
 line tool in the IDE, you have many options like dot length and gap
 length, wavyness etc in the ide but only thickness from what I can
 tell with the api. Anyway to duplicate this functionality?

 thanks in advance guys
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com