home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / gotham_dark_night.swf / scripts / DefineSprite_605 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-08  |  421 b   |  18 lines

  1. _parent.showScoreW = _parent.finalScore;
  2. _parent.showScore2W = _parent.finalScore;
  3. _global.scoreTotal = Number(_global.scoreTotal) + _global.persoLife * 10000;
  4. livesBonus = 10 * _global.persoLife;
  5. if(_global.game == "small")
  6. {
  7.    gameBonus = 100;
  8. }
  9. else if(_global.game == "medium")
  10. {
  11.    gameBonus = 175;
  12. }
  13. else
  14. {
  15.    gameBonus = 250;
  16. }
  17. _global.scoreTotal = Number(_global.scoreTotal) + gameBonus * 1000;
  18.