While we are on the topic of ActionScript, one of the great new features is the Array Object! The Array object allows you to create and manipulate arrays as well as access the information stored inside them.
What's an array I hear you ask? An Array is conceptually like a table, where information is stored the cells. Each cell is known as an array element but more on that later.