AS Tutorial - Ch.1 Variables
Here's the second ActionScript tutorial from a long series. This series explains programming to people who have never programmed before. The tutorial will not focus on how to use Flash.
Chapter 1: Variables, types and values
24 pages.
This chapter will teach you about the data aspect of a program. What a variable is and how to use it.
Last: [link] (https://doom-the-wolf.deviantart.com/art/AS-Tutorial-Ch-0-Algorithms-209704833)
Next
Structured types (https://doom-the-wolf.deviantart.com/art/AS-Tutorial-Ch-2-Structures-211668008)
NOTE: In the page titled "Type Conversion: String to Boolean", there is a mistake. Where it says:
Number(
you should read:
Boolean(
advertisement