challenge
in a new flash movie, do the following:
- draw a shape and turn it into a MovieClip symbol
- create a new code layer in the timeline, and import the
fl.transitions.Tween class
- import an easing function from
fl.transitions.easing
- create a tween that animates your shape in some way using the easing funciton you picked
- add more tweens to animate more properties: alpha, x, y, scaleX, scaleY, rotation
- experiment with different easing functions and observe their results