home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / roam-and-protect.swf / scripts / DefineSprite_293 / frame_8 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  138 b   |  11 lines

  1. if(hits < 0)
  2. {
  3.    _root.fightertocnt = _root.shiptocnt + 1;
  4.    gotoAndStop("explode");
  5.    play();
  6. }
  7. else
  8. {
  9.    gotoAndPlay(3);
  10. }
  11.