AS3 Basic Setup
Sunday, June 29th, 2008
Writing your first Actionscript 3.0 application with Flash CS3. Here is the quick guide to get the basics set up.
First create a fla. You can name this whatever you like. Maybe myFirstApp.fla. At this point you could start writing code directly into a timeline frame however best practice is to define a document class.
The document [...]