Double nested dynamic mc's

Lets say I’ve created 10 dynamic MC’s that have 10 dynamic MC’s in each one. How can I address those nested MC’s?

this.getChildAt(“level1mc1”).getChildAt(“level2mc1”); - doesn’t work
For some reason, Flash doesn’t allow doubling this method.