I build assets in flash and give them symbol names that match my class names.

for example

loginForm = com.bluetube.view.LginForm

I code in eclipse and bind classes to symbols using Object.registerClass, I 
compile with mtasc and use ANT to build.  I always have an ApplicationForm 
class that kicks off the whole show (natural entry point) and its the swf that 
gets the code injected into it via MTASC.  I load external swfs with symbols 
that have names that match their classes but they have no code IN the swf.

I use the ARP framework on pretty much everything.  (I code, I have a designer 
who does the animation)

I use Fuse for code based tweens.

I use alcon for logging via a custom logger and the -trace feature of mtasc

I use xray to debug

I'm busy as hell since i learned all this stuff (normall a JAVA J2EE coder) :)  

(thanks flash and the open source community!)

Cheers,
Grant.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to