home *** CD-ROM | disk | FTP | other *** search
- on MGICheckBrowser
- global browserID, IFLBrowsercounter, IFLMistake, GTSWIN95, MGILaunch
- repeat while BrowserRunning()
- if the mouseUp then
- if IFLMistake = 0 then
- set the castNum of sprite 11 to the number of member "MGIbrowserquitting"
- updateStage()
- end if
- StopBrowser()
- exit repeat
- end if
- end repeat
- if not BrowserRunning() then
- set IFLBrowsercounter to 0
- set browserID to 0
- set IFLMistake to 0
- set the castNum of sprite 6 to the number of member "MGIEnterroomOne"
- set the locH of sprite 9 to 435
- set the locH of sprite 10 to 2000
- set the locH of sprite 11 to 2000
- set MGILaunch to 0
- updateStage()
- end if
- end
-