home *** CD-ROM | disk | FTP | other *** search
- _parent.showScoreW = _parent.finalScore;
- _parent.showScore2W = _parent.finalScore;
- _global.scoreTotal = Number(_global.scoreTotal) + _global.persoLife * 10000;
- livesBonus = 10 * _global.persoLife;
- if(_global.game == "small")
- {
- gameBonus = 100;
- }
- else if(_global.game == "medium")
- {
- gameBonus = 175;
- }
- else
- {
- gameBonus = 250;
- }
- _global.scoreTotal = Number(_global.scoreTotal) + gameBonus * 1000;
-