home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global launcher, winVers, saveWinPath
- if launcher <> 1 then
- openMIAW(4)
- else
- if winVers = 1 then
- tell window "guest"
- go(1, saveWinPath & "CONNECT2\04a")
- end tell
- else
- tell window "guest"
- go(1, "connect2:connect2:04a")
- end tell
- end if
- end if
- puppetPalette("pal04a", 60)
- cursor(0)
- end
-