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

  1. on exitFrame me
  2.   global whichLevel, levelTime, playerScore, totalValidTargets, throwState
  3.   whichLevel = whichLevel + 1
  4.   member("Level Number").text = "L" & string(whichLevel)
  5.   member("Level Score").text = "0"
  6.   levelTime = [1, 0, 0]
  7.   playerScore = [0, 0, 0]
  8.   totalValidTargets = 0
  9.   throwState = 0
  10. end
  11.