> I highly suggest you get FLASC
> 
> http://www.osflash.org/flasc
> 
> 1) Your code will be cleaner.  MTASC forces you to write 
> clean code in order to compile.  It is more strict than the 
> Flash IDE compiler.
> 
> 2) MTASC helps identify bugs before they happen.  For 
> instance, I had an issue I couldn't figure out for some 
> reason.  The issue ended up being that I had renamed a class 
> but had not renamed its constructor.  For some stupid reason, 
> the Flash IDE compiler doesn't throw an error when you put 
> super(); in a different function than the constructor, but 
> MTASC does (one more reason to put super() in your 
> constructor, and one more reason to always use MTASC to 
> compile your Flash movies).
> 
> If your code compiles just fine in MTASC, then you've got an issue. 
> Until then, you haven't exhausted all your debugging options. 

You've finally sold me on trying this out, but I have a question: I'm
currently using JSFL to export several different versions of my source files
(different compilations with different character sets embedded). Is there a
way to use either FLASC or MTASC to compile through JSFL? I'm guessing not,
as these involve changes to the content of the FLA file, not just the code.
But could I make various template swfs and use MTASC (with or without FLASC)
to recompile all of them at once?

Danny

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to