home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / gotham_dark_night.swf / scripts / DefineSprite_729 / frame_81 / DoAction.as
Encoding:
Text File  |  2008-09-08  |  168 b   |  11 lines

  1. if(cumulatedBonus >= timeBonus)
  2. {
  3.    cumulatedBonus = timeBonus;
  4. }
  5. else
  6. {
  7.    cumulatedBonus++;
  8. }
  9. showBonus.text = cumulatedBonus;
  10. showBonus.text = timeBonus;
  11.