home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global playerScore, levelScore, totalScore
- playerScore = playerScore + levelScore
- member("Total Score Tally").text = string(playerScore)
- repeat with whichDisp = 480 to 500
- sprite(whichDisp).locZ = 9999
- end repeat
- playSound("Lose", 1)
- end
-