|
|
|
|
Using The Tween Class in Flash ActionScript
Home » Flash » Actionscripting
The Tween class is used to create smooth animations using ActionScript by providing us with various controls for changing the value of any object properties over a period of time or frames. Using the Tween class for animation has many advantages over using traditional timeline motion tweens as it offers great flexibility and tighter control, makes it possible to set the animation duration in seconds instead of frames, allows us to create non-linear animations, and makes the updating process of animations easier. The animation shown in the example below is controlled by an instance of the Tween class. Read on to learn how to use it.
|
More Tutorials by this user
|
|
|
|
|
|
|
|
|