Drawing API set stroke style?

Hi there,

Does anyone know how to set the stroke style for lines created with the movieclip.lineStyle function? For example to create dashed lines with the drawing API?

In Flash 8 there are new parameters to the lineStyle() method:

The lineStyle method is part of the MovieClip class. There are eight properties you can modify for the lineStyle method.

Thickness
RGB
Alpha
PixelHinting
noScale
Cap Style
Joint Style
Miter Limit

http://www.informit.com/guides/content.asp?g=flash&seqNum=347&rl=1

Still doesn’t look like you can do dashed lines though :ko:

You might check this article by Macromedia:
http://www.macromedia.com/devnet/flash/articles/adv_draw_methods.html

It shows how to create a dashed line.