var mn:MovieClip = this; var mc_mn:MovieClip = mn.attachMovie('mc', 'mc', mn.getNextHighestDepth(), {_x:60, _y:40}); mc_mn.stop(); mc_mn.gotoAndPlay(2);