I would like to be able to load in my mcs with class objects attached inside a different movieclip on the stage called game
currently i spawn my mc like this - vertex = new Ball(); -and it loads them to the stage, how can i load them into the game mc
I want to do this because i use a giant mc with my game inside to scale and move around to simulate zooming and panning of a camera
Thanks for any help