home *** CD-ROM | disk | FTP | other *** search
- on ARTCheckBrowser
- 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 225
- set the locV of sprite 36 to 210
- updateStage()
- end if
- StopBrowser()
- exit repeat
- end if
- end repeat
- 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
-