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