home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 September / WPCSEP96.ISO / artw08f.dxr / 00024_ARTCheckBrowser.ls < prev    next >
Encoding:
Text File  |  1996-07-09  |  603 b   |  24 lines

  1. on ARTCheckBrowser
  2.   global browserID, IFLBrowsercounter, IFLMistake, GTSWIN95
  3.   repeat while BrowserRunning()
  4.     if the mouseUp then
  5.       if IFLMistake = 0 then
  6.         set the castNum of sprite 36 to 900
  7.         set the locH of sprite 36 to 225
  8.         set the locV of sprite 36 to 210
  9.         updateStage()
  10.       end if
  11.       StopBrowser()
  12.       exit repeat
  13.     end if
  14.   end repeat
  15.   if not BrowserRunning() then
  16.     set the locH of sprite 36 to 2000
  17.     set the locV of sprite 36 to 2000
  18.     updateStage()
  19.     set IFLBrowsercounter to 0
  20.     set browserID to 0
  21.     set IFLMistake to 0
  22.   end if
  23. end
  24.