home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OvCata.swf / scripts / DefineSprite_312 / frame_46 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  299 b   |  17 lines

  1. if(_root.weakhit)
  2. {
  3.    _root.weakhit = false;
  4.    _root.elife1._x = _root.bot2._x;
  5.    _root.elife1.gotoAndPlay(2);
  6. }
  7. if(_root.stronghit)
  8. {
  9.    _root.stronghit = false;
  10.    _root.elife2._x = _root.bot2._x;
  11.    _root.elife2.gotoAndPlay(2);
  12. }
  13. if(_root.bot2life < 1)
  14. {
  15.    gotoAndPlay(56);
  16. }
  17.