home *** CD-ROM | disk | FTP | other *** search
- if(_root.firing && time)
- {
- if(!player.popping && !combo)
- {
- explode(player);
- time -= 150;
- }
- }
- move_player();
- move_all_balls();
- format_time();
- if(Key.isDown(71) && Key.isDown(72) && Key.isDown(82))
- {
- if(!cheatstick)
- {
- score += 1000;
- cheatstick = 1;
- }
- }
- else
- {
- cheatstick = 0;
- }
- prevFrame();
- play();
-