Animating with Shape Tweens
Before we perform any sort of animation, we'll need to actually create a visual shape to manipulate. After the shape is established, we'll perform a specific type of tween that only works with shapes. It will likely come as no surprise to anyone that this type of tween is called a Shape Tween.
Note
The term "tween" is actually shorthand for "in-between" and is a traditional animator's term describing the frames that exist in between the main "key" frames drawn by a senior animator that would be filled in by less-skilled junior animators using the "key" frames as a guide. Tweens in Animate work in much the same way!
Let's now create a shape object with which to perform a bit of animation:
- First, create a new ActionScript 3.0 document and set the width to
1280
and the height to720
with an FPS setting of30
. You can verify that you've done this correctly from the Properties...