var innerMC = target.getInstanceAtDepth(depth); trace( 'innerMC at depth: ' + depth ); // output `innerMC at depth: -16383` trace( 'innerMC CHECK DEPTH: ' + innerMC.getDepth() ); // output `innerMC CHECK DEPTH: 0`