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. |
| This article discusses a legacy technology. ActionScript is officially deprecated and no longer actively used or supported following the **End-of-Life (EOL) of Adobe Flash Player on 31 December 2020**. Content built using ActionScript has been **blocked from running in Flash Player since 12 January 2021**, and all major web browsers have completely removed support in favour of open standards like TypeScript, Javascript and WebAssembly. |
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
[edit | edit source]Part I
[edit | edit source]- 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