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

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