Re: [Flashcoders] how to "get" controls and anchors of curve, gradients, etc.

2007-06-26 Thread Andrew Sinning
ALAYCI, Manitu Group http://www.buraks.com http://www.manitugroup.com - Original Message - From: "Peter Hall" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 26, 2007 12:43 AM Subject: Re: [Flashcoders] how to "get" controls and anchors of curve,gradients, etc. I

Re: [Flashcoders] how to "get" controls and anchors of curve, gradients, etc.

2007-06-26 Thread Matthias Dittgen
Sent: Tuesday, June 26, 2007 12:43 AM Subject: Re: [Flashcoders] how to "get" controls and anchors of curve,gradients, etc. >I think those links are dead now. I lost some files a couple of years > back, during an ill-planned move. They are possibly lurking somewhere > on an old

Re: [Flashcoders] how to "get" controls and anchors of curve, gradients, etc.

2007-06-25 Thread Burak KALAYCI
group.com - Original Message - From: "Peter Hall" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 26, 2007 12:43 AM Subject: Re: [Flashcoders] how to "get" controls and anchors of curve,gradients, etc. I think those links are dead now. I lost some files a couple

Re: [Flashcoders] how to "get" controls and anchors of curve, gradients, etc.

2007-06-25 Thread Peter Hall
I think those links are dead now. I lost some files a couple of years back, during an ill-planned move. They are possibly lurking somewhere on an old backup. But I think all the AS files ship with ASV anyway, or else are available somewhere on buraks.com. It's worth asking Burak for them. Peter

Re: [Flashcoders] how to "get" controls and anchors of curve, gradients, etc.

2007-06-25 Thread Matthias Dittgen
If you can't find all necessary files and classes, I can probably help you out. But I have not bought ASV yet myself - but I like the ASVDrawing format. It is also used by Helen Triolos classes to draw SVG using Actionscript. So if Flash would save directly as SVG (does Flash CS3?) your workflow

Re: [Flashcoders] how to "get" controls and anchors of curve, gradients, etc.

2007-06-25 Thread Andrew Sinning
Thanks Matthias. I'll look into ASVDrawing. If I'm not mistaken, old Illustrator uses cubic-beziers, whereas Flash uses quadratic. There are some algorithms for approximating a conversion, but I'd rather not go down that road Matthias Dittgen wrote: Hi, if your artist produced vector

Re: [Flashcoders] how to "get" controls and anchors of curve, gradients, etc.

2007-06-25 Thread Matthias Dittgen
Hi, if your artist produced vector graphics using Flash, you could use the commercial version of ASV (http://www.buraks.com/asv/). ASV can export these graphics and produces an intermediate format for them based on Array. You can use this Array directly in your AS Code and draw the graphics via

[Flashcoders] how to "get" controls and anchors of curve, gradients, etc.

2007-06-24 Thread Andrew Sinning
Our artist has built a set of graphics using Flash. Now I need to derive a set of algoriths to reproduce the different graphic elements at any scale or hue. Is there any way to "get" curve, gradiet, and fill data about the various layers of a movie clip using AS2? What about AS3? My goal is