home *** CD-ROM | disk | FTP | other *** search
- x = random(4);
- if(x < 1)
- {
- this._x = _root.sheep._x + 700;
- }
- if(x > 0)
- {
- if(x < 2)
- {
- this._x = _root.sheep._x + 700;
- }
- }
- if(x > 1)
- {
- if(x < 3)
- {
- this._x = _root.sheep._x + 700;
- }
- }
- if(x > 2)
- {
- this._x = _root.sheep._x + 700;
- }
- _root.bot6life = 1;
- _root.notarget6 = true;
- _root.hitarea6 = false;
- _root.fishjump = true;
- _root.sheeplevel.nextFrame();
- _root.score.score1 += 1;
- gotoAndPlay(1);
-