home *** CD-ROM | disk | FTP | other *** search
- if(this._parent._parent._parent.hitcount >= 6)
- {
- this.onEnterFrame = function()
- {
- trace("WAITING TO FALL");
- if(this._parent._parent._parent.dude.jumping != true)
- {
- this._parent._parent._parent.won = true;
- stopAllSounds();
- this._parent.gotoAndStop("blow");
- delete this.onEnterFrame;
- }
- };
- }
- if(this._parent._parent._parent.hitcount < 6)
- {
- trace("GET GOING AGAIN");
- this._parent._parent.playhit = false;
- this._parent.playhit = false;
- this._parent.gotoAndStop("walk");
- }
-