home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global lastfound, gLastMovie, gLastFrame, audiocount, languagechosen
- set the visible of sprite 8 to 0
- set lastfound to 0
- puppetSprite(17, 1)
- set the member of sprite 17 to member "mainexitbutton" of castLib languagechosen
- set the visible of sprite 17 to 1
- if the videoForWindowsPresent <> 1 then
- set the visible of sprite 9 to 0
- set the visible of sprite 10 to 1
- else
- set the visible of sprite 10 to 0
- set the visible of sprite 9 to 1
- end if
- set gLastMovie to the movieName
- set gLastFrame to the frame
- repeat with i = 2 to 7
- set the visible of sprite i to 0
- end repeat
- set the visible of sprite 29 to 0
- sound stop 2
- puppetSound(1, "Audiotst")
- set audiocount to 5
- cursor(0)
- end
-