home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global playerScore, totalScore, playerData
- fBonus = integer(playerData[8] / 2)
- totalScore = totalScore + playerScore + fBonus
- member("Fuel Bonus Tally").text = string(fBonus)
- member("Level Score Tally").text = string(playerScore)
- member("Total Score Tally").text = string(totalScore)
- repeat with whichDisp = 180 to 200
- sprite(whichDisp).locZ = 999
- end repeat
- playSound("level_complete", 1)
- end
-