Not finding one child

Hey,

I’d calling out
*trace(this.parent.numChildren);
which returns me “2”. Now, when I call out *
trace(this.parent.getChildAt(1));

it returns me “null”.

What is the problem as there are two movieclips in the parent called “sb” and “content”.