Flash MX 2004 ActionScript Learning Guide: Introduction to ActionScript 2.0
Table of Contents
- ActionScript Overview
- Introduction to ActionScript 2.0
- ActionScript 2.0 Language Details
- Migrating from ActionScript 1.0 to ActionScript 2.0
- Object-Oriented Programming
As the scripting language for Macromedia Flash, ActionScript has evolved incrementally over many releases. At the heart of ActionScript 2.0 is a formal and familiar approach to object-oriented programming (OOP), including full support for classes, inheritance, interfaces, and other common OOP concepts. ActionScript 2.0 also includes features that enhance ActionScript programming, such as variable data typing, function parameters and return types, and comprehensive debugging information. ActionScript 2.0 benefits developers by encouraging better programming structures and reducing coding and maintenance time.
If you're new to the ActionScript language, see Introducing ActionScript for an easy introduction to ActionScript. If you're familiar with ActionScript and want to get started creating classes with ActionScript 2.0, see Using Classes: A Simple Example in the ActionScript Reference Guide.
Tutorials and Articles
Introduction to ActionScript
Find out about the code language of Flash–how it works, and what's new in ActionScript 2.0–in this excerpt from ActionScript: Advanced Training from the Source.
Related Resources