Arrays are used to store multiple objects that are similar (eg multiple movieclips, numbers, strings etc) so that they can be easily looped through and handled in a uniform manner. This tutorial will introduce Arrays in Actionscript 3.0 and will show you how to insert elements into an Array (push()), remove elements from an Array (splice()), loop through arrays with for loops and make functions that can loop through an array and return a result.