Flash ActionScript Animation Tutorial
Most people starts creating Flash animation movie using the keyframes and apply Motion Tween on the Timeline of Flash application. In this series of Flash ActionScript animation tutorials, we will show how to use Flash Actionscript to do some interesting animation.
We will use the following methods to do some Flash animation:
- ENTER_FRAME,
- Tween Class,
- Time Class, and
- some other methods
Flash ActionScript animation is much more complex than using the keyframes and Motion Tween on the Timeline. However Flash ActionScript animation uses less computer resources and play faster on your visitor's computer. This is very important if you write a rather complex and huge Flash animation.
Remarks:
This Flash ActionScript tutorial introduce some method for Flash animation.