home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / clowns.swf / scripts / DefineSprite_352 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  278 b   |  7 lines

  1. levelDisplay = "Finished Level " + _global.stat.actLevel;
  2. timeBonus = 0;
  3. healthBonus0 = 0;
  4. healthBonus1 = 0;
  5. totalBonus = 0;
  6. finalScore = _global.stat.actScore + _root.console.time + Math.round(_parent.clowns[0].health * 100) + Math.round(_parent.clowns[1].health * 100);
  7.