Question
getChildAt and methods
I know I can manipulate a property via getChildAt, but I
can't seem to get a method to work. So for a movie clip:
container1.getChildAt(0).x=100; works, but
container1.getChildAt(0).gotoAndStop(10); doesn't. Is it possible
to get a method to work this way?
