Title:
AS Tutorial - Ch.2 Structures
Source:
https://www.deviantart.com/doom-the-wolf/art/AS-Tutorial-Ch-2-Structures-211668008
Tags:
- Educational
- Tutorial
- Computer Science
Date Added:
3/17/2021, 11:25:26 PM
Date Modified:
4/26/2023, 9:28:17 PM
Original Description:
Here's the third 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 2: Structured types
30 pages.
This chapter will teach you about structured types of variables. You will learn what they are and how to use them.
Last: [link] (https://doom-the-wolf.deviantart.com/art/AS-Tutorial-Ch-1-Variables-210248996)
Next
Operators (https://doom-the-wolf.deviantart.com/art/AS-Tutorial-Ch-3-Operators-212650825)
NOTE: In the last page titled "Array Methods", where it says:
var C:Array = A.concat(5,4);
You should read:
var C:Array = A.concat();
ID:
9ccc82dd-5476-47b5-97e7-c617d0cb74ca