Summary
Highlights
The tutorial introduces movie clips as a tool to simplify animations. An example is shown with a cloud and a cow, both using movie clips to create movement efficiently.
The main timeline of an animation is presented, showing different layers for various elements. The cloud, despite appearing to move across the screen, only occupies one frame on the main timeline. This is explained by the cloud being a 'movie clip' with its own independent timeline, allowing it to loop its animation automatically.
The cow example demonstrates a more complex movie clip. It has two layers within its movie clip: one for the cow's body and one for its tail. The tail has a motion tween to make it wag, and the cow's eyes blink at specific frames, all looping independently.
The process of converting a graphic into a movie clip is demonstrated using the cloud. The graphic is selected, converted to a symbol, named with an 'mc' prefix (e.g., 'mc cloud'), and set as a movie clip. Then, inside the movie clip's timeline, a motion tween is created to make the cloud move across the screen.
The cow is converted into a movie clip. Layers are created for the cow's body and tail. The tail is separated from the cow and animated with a motion tween, rotating around a pivot point. The cow's eyes are animated to blink by creating keyframes and modifying the shape of the eyes at specific intervals.
Movie clips simplify animations by allowing complex movements to be animated once and looped. They appear in the library, making them reusable. Multiple instances of the same movie clip (e.g., multiple cows or clouds) can be dragged onto the stage, all performing their internal animations independently. They can also be modified in size or flipped horizontally without affecting the original movie clip.