An array in Actionscript 3 – as well as in other programming languages – is a named collection of elements or variables with each element identified by a specific index. For example, if we have an array named ‘languages’ with elements ‘english’, ‘french’, ’spanish’, ‘russian’ and ‘chinese’ then the value at 0 index – [...]
Entries Tagged as 'integer-indexed'
Using Arrays in Actionscript 3: Part 1 – Integer-Indexed Arrays
November 5th, 2009 · 3 Comments · Tutorials
Tags:actionscript·actionscript 3·array·flat·integer-indexed·tutorial