Posts Tagged ‘actionscript’

The Library, Classes and MovieClips in AS3

Monday, July 7th, 2008
This post describes some of the differences I have stumbled over whilst working with actionscript 3.0 and Flash CS3 compared to earlier versions. It starts with Export for Actionscript In AS2 if you wanted to access the properties of an instance on the stage from code, you had to ensure that the “export for actionscript” checkbox was selected in [...]

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 [...]