RE: [SPAM]Re: [Flashcoders] access to drawing API information via ActionScript

2006-11-07 Thread Ben
I want to be able to trace out a fairly complex drawing using all the Flash tools, but then control how it gets drawn entirely from ActionScript. Now I understand you want to take drawings from IDE and trace them in ActionScript. What is your goal with this? You want to stylize your

Re: [SPAM]Re: [Flashcoders] access to drawing API information via ActionScript

2006-11-07 Thread slangeberg
You're going to need a fairly complex system to set this up! Even if you could use AS to trace the artwork in the IDE (which I doubt), you'd need a system in place to figure out where you are in the drawing. reversed, speeded up, slowed down, paused, branched etc. Can you imagine how hard