home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global window, level
- cursor(4)
- setPups()
- if objectp(window) then
- forget(window)
- end if
- set horzOrigin to the stageLeft + 32
- set vertOrigin to the stageTop + 39
- set windowRect to rect(horzOrigin, vertOrigin, horzOrigin + 486, vertOrigin + 304)
- set window to window "guest"
- set the rect of window to windowRect
- set the fileName of window to "000"
- set the titleVisible of window to 0
- open(window)
- loadFromIntro()
- end
-