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