home *** CD-ROM | disk | FTP | other *** search
- on RESCheckBrowser
- global browserID, IFLBrowsercounter, IFLMistake, GTSWIN95
- repeat while BrowserRunning()
- if the mouseUp then
- if IFLMistake = 0 then
- set the castNum of sprite 36 to 900
- set the locH of sprite 36 to 235
- set the locV of sprite 36 to 261
- updateStage()
- end if
- StopBrowser()
- exit repeat
- end if
- end repeat
- if BrowserRunning() then
- set IFLMistake to 1
- if GTSWIN95 = 1 then
- set the castNum of sprite 36 to 68
- updateStage()
- else
- set the castNum of sprite 36 to 67
- updateStage()
- end if
- end if
- if not BrowserRunning() then
- set the locH of sprite 36 to 2000
- set the locV of sprite 36 to 2000
- updateStage()
- set IFLBrowsercounter to 0
- set browserID to 0
- set IFLMistake to 0
- end if
- end
-