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

  1. on exitFrame me
  2.   global playerScore, levelScore, totalScore, updateTextFields, levelTimer, playerData, playerInventory, playerlevel
  3.   member("Total Score Tally").text = string(totalScore)
  4.   repeat with whichDisp = 470 to 505
  5.     sprite(whichDisp).locZ = 9999
  6.   end repeat
  7.   playSound("Lose", 1)
  8. end
  9.