In this installment of AS3 101, we’ll spend the entire tutorial exploring a single type of data available to most programming languages: the Array.
Arrays are ways to keep lists of values. Arrays are useful to keep an arbitrary number of related items grouped together, and can represent complex data structures though nesting. In ActionScript, Arrays have quite a bit of flexibility and functionality, as we’ll see. After the usual abstract introduction, we’ll apply what we’ve learned (whilst also learning some more along the way) by building a rather simple puzzle game.
(Continue)



Follow Activetuts+ and Tuts+ on Twitter