----- Original Message ----- From: "Juan Pablo Califano" <[EMAIL PROTECTED]>
I must say first that I haven't used Flex a lot. But, even though you can animate stuff with code (either in Flex or in Flash), one of the advantages of Flash is that you can create and edit animations on a timeline, which is a more natural setup for the kind of people that could generally make great animations (designers, "artists", animators, etc); most animations done in code, generally by coders, could be almost decent depending on your goal and, yes, simple stuff is usually a one line no-brainer with a tweening engine; but for complex, more interesting and "pro" animations, a good animator with a timeline could do much better job and in less time, in my opinion.
Cheers Juan Pablo Califano
And you can easily bring those into your Flex project :) You can add labels to your timeline animations and then use those in Flex in combination with "states". http://www.adobe.com/devnet/flex/articles/flex_flash.html The actual article is a pdf: http://www.adobe.com/devnet/flex/articles/flex_flash/flex_flash.pdf regards, Muzak _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

