How can I draw a dashed curved line to a x,y point in as3? Basically I'm creating a game where you have a turret, and I want the arc the turret would fire a projectile along to be displayed as a dashed/dotted line along the arc to wherever the mouse x,y is. Ideally it would use the drawing API, rather than using any bitmap manipulation.
Asked
Active
Viewed 802 times
1 Answers
1
IIRC it's not natively supported. You'll have to look for a library that does this, or write your own. Writing your own would involve a bit of maths, so a 3rd party library may be easier.

Engineer
- 29,455
- 4
- 72
- 120
-
degrafa would be such a library. – bummzack Dec 15 '11 at 23:02