Re: [Flashcoders] Drawing an arc with curveTo

2008-08-03 Thread Mark Winterhalder
Hi Alias, I'm not sure I understand what you mean by 'arc' -- isn't anything you do with curveTo an arc? If that helps, I have some related code attached that I wrote a while ago. It's a bezier curve that you can drag directly to modify, i.e., not by moving the control point but holding on to the

Re: [Flashcoders] Drawing an arc with curveTo

2008-08-03 Thread Ron Wheeler
Try having a look at this http://theolagendijk.wordpress.com/2006/08/18/flash-drawing-api-bezier/ Never used it but it looks well thought out. Ron Alias™ wrote: Hi guys, Can anyone point me towards some info on how to draw a proper curved arc in actionscript using curveTo? I've seen plenty of

Re: [Flashcoders] Drawing an arc with curveTo

2008-08-03 Thread Ron Wheeler
Google "actionscript bezier" Lots of solutions come up. Ron Alias™ wrote: Hi guys, Can anyone point me towards some info on how to draw a proper curved arc in actionscript using curveTo? I've seen plenty of stuff about how to draw an arc using loads of short lines, but that isn't really going

[Flashcoders] Drawing an arc with curveTo

2008-08-03 Thread Alias™
Hi guys, Can anyone point me towards some info on how to draw a proper curved arc in actionscript using curveTo? I've seen plenty of stuff about how to draw an arc using loads of short lines, but that isn't really going to cut it - I need this to be efficient and look good. I believe the crux of