Hello,
When you add a child (movieclip) to the stage on runtime do you have to get it by getChildByName or getChildAt or is there some other way?
Because when you create a movieclip structure in the Flash IDE you can just call it by movieclip.another_movieclip.x for example.
And setting the name of the child results in getting the child using getChildByName. So can I make and add a movieclip on runtime without having to get it through getChildByName?
Harm