home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OvCata.swf / scripts / DefineSprite_176 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  376 b   |  20 lines

  1. _root.unlock = false;
  2. _root.weakhit = true;
  3. _root.sound.gotoAndPlay(2);
  4. _root.hit1 = true;
  5. _root.hit3 = true;
  6. _root.hit4 = true;
  7. _root.hit5 = true;
  8. _root.hit6 = true;
  9. _root.hit7 = true;
  10. _root.hit8 = true;
  11. if(_root.sheep._x > _root.bot9._x - 60)
  12. {
  13.    _root.hit9 = true;
  14. }
  15. if(_root.sheep._x > _root.bot10._x - 60)
  16. {
  17.    _root.hit10 = true;
  18. }
  19. _root.hit = true;
  20.