Adding instances to array
Hey guys,
I've been trying to create a simple platformer game. What I want to do is when the game starts I want to create an array that contains all the instances of the MovieClip symbol "Platform". The instances themselves on the stage don't have names, I just want to create an array with all the instances of the Platform symbol. I've seen a few examples but they aren't quite the same as what I'm trying to do. How can I push the instances as MovieClips into an array?
Thanks
