15
motion

challenge

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