ActionScript Programming
From Wikibooks, the open-content textbooks collection
Contents |
[edit] Introduction
ActionScript is a scripting language developed by Adobe (formerly Macromedia) for its Flash animation studio. ActionScript language is pretty close to JavaScript. The newest version ActionScript 3.0 - released together with Flash CS3 - focuses more than ever on Object oriented programming. ActionScript is a proprietary language designed to control animations as well as create more advanced multimedia and interactive applications such as slide-shows, games, quizzes and tutorials, and websites. ActionScript is extremely powerful and quite easy to learn. Actionscript may be a little difficult to learn at first, but it it will soon get fluent and easy to use.
This tutorial is designed for use with Actionscript 2.0. Changes for ActionScript 3.0 will be listed as well.
[edit] Table of Contents
[edit] Part I
[edit] Chapter 1 - Properties
- Page 1:
- Page 2:
[edit] Chapter 2
[edit] Chapter 3 – Data types
- General and difference between Number and String data types
- String
- Number
- Boolean
- Date
- Arrays
- String.split (method)
- Objects
- Scopes of variables
- Global variables
- Timeline variables
- Local variables

