Why is it better to animate with code?In most of the cases I find the following reasons:
- There are not 1500 frames as I´ve found in timeline animation.
- There are not 50 layers or so.
- There are not 100 movieclips. I make script animations with 2 frames or just one, and two layers (content an Actions) or a Document Class. Sometimes more layers just to see it clearer.
- I don´t use masks, if I had to use one I´d do it by code.
- Animating by code I have more control of the film.
- This is much more better for maintenance, I have to make a change I won´t die in the try or diving into timeline.
- I can use tweens or similar libraries, so I can make movements that otherwise wouldn´t be possible.
- I can use bitmapData.
- It is clearer, more organized and more effective.
2 comments:
Although I do agree that it is much easier to preform(well most of the time), control and maintain animation through code (assuming the person has an understanding of code) I can't say I would suggest this method of animating to a person trying to animate a flash cartoon. But when it comes to making a game, id suggest people do it this way, and to do it time based verses frame based. My animation library of choice is Boostworthy :-)
I agree with you, for body animations it´s better to use timeline. I haven´t tried yet the bones of Flash CS4.
Post a Comment