home *** CD-ROM | disk | FTP | other *** search
- if(_root.console.time > 0)
- {
- if(_root.console.time > 1)
- {
- totalBonus += 2;
- timeBonus += 2;
- _root.console.time -= 2;
- _parent.addToScore(2);
- }
- else
- {
- totalBonus += 1;
- timeBonus += 1;
- _root.console.time -= 1;
- _parent.addToScore(1);
- }
- }
- else
- {
- gotoAndPlay(5);
- }
-