home *** CD-ROM | disk | FTP | other *** search
- function countSec2()
- {
- time2++;
- }
- function countSec()
- {
- time++;
- }
- function takeSec()
- {
- timeLeft--;
- }
- speedPlus = 0;
- speedMax = 0;
- speedMin = 0;
- myColor = "0xBE0101";
- upCode = 12;
- setInterval(countSec2,1000);
- setInterval(countSec,1000);
- setInterval(takeSec,1000);
-