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

  1. on exitFrame me
  2.   global playerScore, levelScore, totalScore
  3.   playerScore = playerScore + levelScore
  4.   member("Total Score Tally").text = string(playerScore)
  5.   repeat with whichDisp = 480 to 500
  6.     sprite(whichDisp).locZ = 9999
  7.   end repeat
  8.   playSound("Lose", 1)
  9. end
  10.