home *** CD-ROM | disk | FTP | other *** search
- global victory, ScoreTotal
-
- on exitFrame me
- if victory = #yes then
- puppetSound(7, "winso")
- member("youwin").text = "you win!!!"
- member("points").text = "total score:" && string(ScoreTotal) && "pts"
- else
- if victory = #no then
- puppetSound(7, "loseso")
- member("youwin").text = "give it another try!"
- member("points").text = "total score:" && string(ScoreTotal) && "pts"
- end if
- end if
- end
-