home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BugTime.swf / scripts / frame_131 / DoAction.as
Encoding:
Text File  |  2005-10-04  |  232 b   |  14 lines

  1. threshold = 15;
  2. compromised = 0;
  3. shots = 1;
  4. gameover = 0;
  5. playerspeed = 5;
  6. gun_radius = getProperty("/gun_o", _height) / 2;
  7. shotspeed = 15;
  8. shotpower = 1;
  9. score = 0;
  10. starttime = getTimer();
  11. time = 60;
  12. wave = 2;
  13. play();
  14.