Is it possible to save a Sprite into an Array?
What i want is to automatically generate Sprites (by using a for loop) then store each one into an array so i'll be able to control them later.
So that i won't need to do this a milion times:
var s:Sprite = new Sprite();