home *** CD-ROM | disk | FTP | other *** search
- _root.notdead9 = true;
- life = random(2);
- if(life < 1)
- {
- _root.showlife = true;
- }
- if(life > 0)
- {
- _root.showlife = false;
- }
- x = random(4);
- if(x < 1)
- {
- this._x = _root.sheep._x + 1200;
- }
- if(x > 0)
- {
- if(x < 2)
- {
- this._x = _root.sheep._x + 1500;
- }
- }
- if(x > 1)
- {
- if(x < 3)
- {
- this._x = _root.sheep._x + 900;
- }
- }
- if(x > 2)
- {
- this._x = _root.sheep._x + 1000;
- }
- _root.bot9life = _root.levellife;
- _root.notarget9 = true;
- _root.hitarea9 = false;
- _root.sheeplevel.nextFrame();
- _root.score.score1 += 1;
- _root.nextbot10 = true;
- _root.nextbot9 = false;
- gotoAndPlay(1);
-