Ask a Question related to Macromedia Flash, Design and Development.
-
Cedric #1
How to do a dashed line in actionscript ?
Hello,
Every thing is in the subject.
Thanks.
Cédric.
Cedric Guest
-
Could i show the dashed-line of Tree Control in Flex 1.5
For example, there is dashed-lines between folder and folder in the Windows Explorer.I wonder whether i can set a property to let the tree control... -
dashed line, with perspective
I think I once saw the answer to this question a long time ago; now is when I need it (of course). I want a dashed line (on a highway) to go into... -
Expanding dashed line
I have a dashed line that I'd like to bring into Photoshop as a shape layer. Copying and pasting brings the line in solid, as does "expand" in... -
Help with a dashed stroke
How do I retain dashes when expanding a dashed stroke? When I choose Expand Appearances, Expand Stroke and Fill, or Outline Stroke, the dashed... -
drawing line with actionscript
Can someone tell me please how I can draw a line with actionscript that grows longer but not wider. For example from coordinate 0,0 to 200,400. -
Martin Voegeli, vom #2
Re: How to do a dashed line in actionscript ?
> Every thing is in the subject. Thanks. Cédric.
First read this article and download the ActionScript files here:
[url]http://www.macromedia.com/devnet/mx/flash/articles/adv_draw_methods.html[/url]
Then you can do something like this:
#include "dashTo.as"
_root.lineStyle(2, 0x6688AA);
_root.dashTo(0, 0, 100, 100, 4, 8);
Best wishes, Martin ;) * [url]http://birdy1976.com/[/url] * ICQ# 237743398
Martin Voegeli, vom Guest



Reply With Quote

