home *** CD-ROM | disk | FTP | other *** search
- _root.bot1._visible = false;
- x = random(4);
- if(x < 1)
- {
- this._x = _root.sheep._x + 1500;
- }
- if(x > 0)
- {
- if(x < 2)
- {
- this._x = _root.sheep._x + 1700;
- }
- }
- if(x > 1)
- {
- if(x < 3)
- {
- this._x = _root.sheep._x + 1000;
- }
- }
- if(x > 2)
- {
- this._x = _root.sheep._x + 1300;
- }
- _root.bot1life = _root.levellife;
- _root.notarget = true;
- _root.hitarea = false;
- _root.sheeplevel.nextFrame();
- _root.score.score1 += 1;
- _root.nextbot1 = false;
- _root.nextbot2 = true;
- gotoAndPlay(1);
-