i have addChild(ball); in a for loop creating many balls.
i also have addChild(number);
I want number to be placed in the ball mc.
so ball.addChild(number);
However the whole thing freezes and takes longer than 15 seconds to load.
Is there something wrong with adding number, a textfield, in ball?