home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / battlefield.swf / scripts / DefineSprite_525 / frame_21 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  109 b   |  10 lines

  1. if(_root.hp.remaining <= 0)
  2. {
  3.    gotoAndStop("idle");
  4. }
  5. else
  6. {
  7.    gotoAndStop("attk");
  8.    play();
  9. }
  10.