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