home *** CD-ROM | disk | FTP | other *** search
- setPlace(#ENDSCREEN)
- set gInPlay to 0
- if gMenu then
- set the enabled of menuItem 2 of menu "Special" to 0
- end if
- set the text of cast 92 to formatTime(the ticks - gStartTime)
- setPageArrows(0)
- setPuppetScore(getaProp(gStuMethod, #icons))
- showScorePuppet(1)
- updateStage()
- if getaProp(gStuInfo, #name) <> "GUEST" then
- go("Congratulations")
- else
- if gTest then
- go("endTest")
- setSavePuppets()
- else
- go("endNoTest")
- end if
- end if
-