home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / BaseDefender.dxr / 00345.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  338 b   |  11 lines

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