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

  1. if(targ eq "base")
  2. {
  3.    floor = 315 - random(50);
  4. }
  5. else
  6. {
  7.    floor = 315;
  8. }
  9. play();
  10.