home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OvCata.swf / scripts / DefineSprite_266 / frame_15 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  675 b   |  31 lines

  1. _root.liferemain -= 1;
  2. if(_root.liferemain > 0)
  3. {
  4.    _root.life.gotoAndStop(1);
  5.    _root.sheeplife = _root.sheepBlizLife;
  6.    _root.sheepdeath = false;
  7.    _root.bot3._x = 1000;
  8.    _root.bot4._x = 1000;
  9.    _root.bot5._x = 1000;
  10.    _root.bot6._x = 1000;
  11.    _root.bot7._x = 1000;
  12.    _root.bot8._x = 1000;
  13.    _root.bot9._x = 1000;
  14.    _root.bot10._x = 1900;
  15.    _root.bot1._x = 1000;
  16.    _root.bot1.gotoAndPlay(1);
  17.    _root.bot2._x = 1000;
  18.    _root.bot2.gotoAndPlay(1);
  19.    _root.unlock = true;
  20.    _root.level1._x = 298;
  21.    if(_root.sheepupgrade1)
  22.    {
  23.       _root.sheep.gotoAndPlay(9);
  24.    }
  25.    else
  26.    {
  27.       _root.sheep.gotoAndPlay(9);
  28.    }
  29. }
  30. stop();
  31.