I am also trying to target a MovieClip inside the given clip - using the above code does not work:

Code:
map_mc.getChildByName("target_" + mc + "_mc").target_mc.gotoAndPlay("over");
Is this approach incorrect?