[ Team LiB ] |
Chapter 23. Creating a Simple Animation in StagesAlthough some ActionScript projects may appear a bit daunting at first glance, each one is quite manageable when you can break it down into parts. While it is true that applications must function as a whole, it is also true that a well-designed application can be developed in stages and in discrete units. The creative spark that sets a project in motion is typically in the form of a gestalt—a unified vision or idea for the entire application. However, the execution of the idea generally involves analysis—breaking apart the whole into smaller, more manageable parts. In this chapter, you will create a simple Flash movie using ActionScript alone to create all the elements (in other words, no author-time movie clips or buttons are placed on the Stage). To get a feel for how to analyze a task, you will create this movie in five stages:
Admittedly, it is unlikely that you will add this Flash movie to your own web site to show off your ActionScript prowess. However, in this chapter, you get the opportunity to become familiar with some of the concepts and techniques that are used throughout some of the recipes in the rest of this book, including:
The completed files can be downloaded from http://www.person13.com/ascb. |
[ Team LiB ] |