home *** CD-ROM | disk | FTP | other *** search
- if(random(15 - level) == 5)
- {
- srand = random(7) + 1;
- eval("ball" + srand).play();
- }
- gunFrame = Math.round(_xmouse / 114) + 1;
- gun.gotoAndStop(gunFrame);
- timer -= 1 / frRate;
- STpanel.time = "Time: " + Math.round(timer);
- STpanel.points = "Score: " + score;
- STpanel.hits = "Hits: " + hits;
- Bpanel.bullets = "Shots: " + shots;
- if(0 >= Math.round(timer))
- {
- gotoAndPlay(191);
- }
- if(0 >= shots)
- {
- blnFire = false;
- reload.play();
- shots = 0;
- }
-