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

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