home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / 30k_starfighter.swf / scripts / DefineSprite_25_ufo1 / frame_15 / DoAction.as
Encoding:
Text File  |  2006-07-26  |  154 b   |  8 lines

  1. this.onEnterFrame = null;
  2. _root.score += worth * _root.ship.multiplier;
  3. if(Math.random() < PUprob)
  4. {
  5.    _root.powerUpDrop(_X,_Y);
  6. }
  7. alive = false;
  8.