home *** CD-ROM | disk | FTP | other *** search
- _root.liferemain -= 1;
- if(_root.liferemain > 0)
- {
- _root.life.gotoAndStop(1);
- _root.sheeplife = _root.sheepBlizLife;
- _root.sheepdeath = false;
- _root.bot3._x = 1000;
- _root.bot4._x = 1000;
- _root.bot5._x = 1000;
- _root.bot6._x = 1000;
- _root.bot7._x = 1000;
- _root.bot8._x = 1000;
- _root.bot9._x = 1000;
- _root.bot10._x = 1900;
- _root.bot1._x = 1000;
- _root.bot1.gotoAndPlay(1);
- _root.bot2._x = 1000;
- _root.bot2.gotoAndPlay(1);
- _root.unlock = true;
- _root.level1._x = 298;
- if(_root.sheepupgrade1)
- {
- _root.sheep.gotoAndPlay(9);
- }
- else
- {
- _root.sheep.gotoAndPlay(9);
- }
- }
- stop();
-