if (this.ovni.hitTest(this.roca)) { cuantos += 1 this.roca.gotoAndPlay(1); } if (cuantos > 9) { this.gotoAndStop(10); }else{ this.gotoAndPlay(1); }