Examine the completed FLA fileAs you examine the finished version of an application that you'll create, you'll also look at the Flash workspace. In subsequent sections you'll go through the steps to create the application yourself. Open the authoring documentIt's helpful to analyze the completed authoring document, which is a FLA file, to see how the author designed the application. You should examine what kinds of scripts were used to add interactivity, and understand what you are going to create. The files for this tutorial are located in the Samples and Tutorials folder in the Flash installation folder. For many users, particularly in educational settings, this folder is read-only. Before proceeding with the tutorial, copy the entire Script Assist tutorial folder to the writable location of your choice. On most computers, you will find the Script Assist tutorial folder in the following locations:
Copy the Script Assist folder to another location on your hard disk to which you have access. In the Script Assist folder, you will find a Flash file called scriptassist_complete.fla. Double-click the file to open it in Flash. You now see the completed tutorial file in the Flash authoring environment. Review the completed FLA fileIn the completed FLA file, you will see all the objects (buttons, movie clips, and graphics) that make up the sample application. The application, a Flash-based company information website, looks like this: The completed FLA file
There are three movie clips in the application:
The application has four buttons:
In this tutorial you will add the ActionScript code to enable the buttons to navigate to the separate sections of the site. Close the completed FLA fileTo close the document, select File > Close. If you prefer to keep the finished file open as a reference while working with the starter file, be careful not to edit it or save any changes to it. |
