home *** CD-ROM | disk | FTP | other *** search
- 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.bot5life = _root.levellife;
- _root.notarget5 = true;
- _root.hitarea5 = false;
- _root.sheeplevel.nextFrame();
- _root.score.score1 += 1;
- gotoAndPlay(1);
-