home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / AntiGravityBall.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  2002-01-31  |  157 b   |  6 lines

  1. on exitFrame me
  2.   global playerScore, levelScore, finalScore
  3.   member("Total Score Tally").text = string(integer(finalScore / 6))
  4.   playSound("Lose", 1)
  5. end
  6.