home *** CD-ROM | disk | FTP | other *** search
- _root.puke._x = this._x;
- _root.puke._y = this._y + 120;
- _root.puke.onEnterFrame = function()
- {
- this._y += 5;
- if(this.hitTest(_root.balloon.hitarea))
- {
- this.onEnterFrame = undefined;
- _root.pointBox += _root.balloon.balloonNum;
- this._x = -2000;
- _root.balloon.gotoAndPlay(2);
- _root.balloon.pukeinfo._visible = 0;
- }
- };
-