home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2006-06-13  |  292 b   |  21 lines

  1. function countSec2()
  2. {
  3.    time2++;
  4. }
  5. function countSec()
  6. {
  7.    time++;
  8. }
  9. function takeSec()
  10. {
  11.    timeLeft--;
  12. }
  13. speedPlus = 0;
  14. speedMax = 0;
  15. speedMin = 0;
  16. myColor = "0xBE0101";
  17. upCode = 12;
  18. setInterval(countSec2,1000);
  19. setInterval(countSec,1000);
  20. setInterval(takeSec,1000);
  21.