I made this a while ago for someone on the forums and thought it was worthy of here. Attached is the original file (lineThing.swf) as well as a beefed up version (SwirlLineExample.swf). And thanks to senocular’s tutorial on using AS3 without MXML, I have also made an AS3 version (SwirlApp.swf).
Thanks for all the comments guys, I’m glad you like it :kommie:
The batch file is a shortcut for compiling the AS3 files with a command line running Flex. It was created from a file that senocular made since I really don’t know much about command line. The tutorial I linked to in my first post explains it pretty well
Thanks, I find AS3 to be a much better language so I went from the original-more-crappy version straight to AS3 then back to AS2 since most people are still using that. Senocular’s tutorial is about using Flex to compile AS3 files with command line so you don’t need to learn Flex and MXML to write AS3 :thumb: