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

  1. randomRange = random(50);
  2. if(randomRange > 44)
  3. {
  4.    _root.powerup.gotoAndStop(random(3) + 1);
  5.    _root.powerup.active = true;
  6.    _root.powerup._x = this._x;
  7.    _root.powerup._y = this._y;
  8. }
  9.