Re: [swfmill] Interested in helping

2006-01-28 Thread Michael Wills
Just a brief note about shapes, swfmill, svg, etc. I tried to find a way to convert swfmill's curveTo's back into Actionscript. LineTos worked, after a fashion, but I never got CurveTo to work. (I got the positions of the points to work but the actual curves never worked right.) In the end, I g

Re: [swfmill] project status

2006-01-16 Thread Michael Wills
Just to underscore this point, after seeing these posts I decided to take a stab at the opensource developer model. I downloaded the source, downloaded various mingw/msys components, even tried a cygwin variant. Can't get it to compile... I may try a linux OS running through that new VM Player.

Re: [swfmill] LineTo and CurveTo convert to Actionscript

2006-01-11 Thread Michael Wills
nd take a look at the xml file > > On 1/11/06, *Michael Wills* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hello there, > > I am new user with swfmill and I have to say it is quite incredible. > > I was just wondering if anyone kn

[swfmill] LineTo and CurveTo convert to Actionscript

2006-01-11 Thread Michael Wills
Hello there, I am new user with swfmill and I have to say it is quite incredible. I was just wondering if anyone knows how to get the LineTo and CurveTo tags to reliably convert into Actionscript drawing commands. I got LineTo working but I had to essentially add the accumlative x and y values