ActionScript Programming
A Wikibookian suggests that APE Users Guide be merged into this book. Discuss whether or not this merger should happen on the discussion page. |
ActionScript is a scripting language developed by Adobe (formerly Macromedia) for its Flash animation studio. ActionScript is similar to JavaScript with its syntax and functionality. The latest version, ActionScript 3.0, released together with Flash CS3, emphasizes Object oriented programming more so than previous versions. ActionScript is a proprietary language designed to control animations and create advanced interactive applications such as slide-shows, games, quizzes, tutorials, and websites. ActionScript 3.0 has grown substantial capabilities in comparison with previous versions. ActionScript may be difficult to learn for beginners with no programming experiencing, however, it becomes easier to grasp with repeated practice and use.
This tutorial is designed for use with Actionscript 2.0. Changes for ActionScript 3.0 will be listed as well.
Table of Contents
editPart I
edit- Page 1:
- Page 2:
- 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