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

  1. if(_root.shiptocnt > 0)
  2. {
  3.    _root.shiptocnt -= 1;
  4.    _root.score += 15;
  5.    _root.sound.gotoAndPlay("bling");
  6.    gotoAndPlay(_currentframe - 1);
  7. }
  8.