Re: [swfmill] alternative vector sources

2007-02-28 Thread Christopher Brian Jack
On Wed, 28 Feb 2007, Darren Cook wrote: What about the second question then? Is there something I can store vectors as that the AS can access the controls point and vertices with? If you had your vertices in JSON format it is basically actionscript so could be compiled by MTASC. You

Re: [swfmill] alternative vector sources

2007-02-28 Thread Jon Molesa
I think he want to take a swf created in flash that does contain a vector object and swfmill swf2xml vector.swf vector.xml What tags should he look for in the xml output? What does a vecotr object drawn in flash proper come out as in smfmill's XML output? ? i dont understand this

Re: [swfmill] alternative vector sources

2007-02-28 Thread daniel fischer
Christopher Brian Jack [EMAIL PROTECTED] (on Wed, 28 Feb 2007 08:21:24 -0800 (PST)): Yes. So if I went to flash, drew a star, then run the above what would I be getting in the XML? Why not just try it? This is how i started understanding the SWF format. I don't own

Re: [swfmill] alternative vector sources

2007-02-28 Thread daniel fischer
Christopher Brian Jack [EMAIL PROTECTED] (on Wed, 28 Feb 2007 09:13:29 -0800 (PST)): Am I catching that right? Flash just imports everything to a bunch of actionscript? With the only difference being the stuff in DefineShape supports multiple frames whereas runtime AS doesn't? There