home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / MGIWDEC.DXR / 00014_MGICheckBrowser.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  703 b   |  25 lines

  1. on MGICheckBrowser
  2.   global browserID, IFLBrowsercounter, IFLMistake, GTSWIN95, MGILaunch
  3.   repeat while BrowserRunning()
  4.     if the mouseUp then
  5.       if IFLMistake = 0 then
  6.         set the castNum of sprite 11 to the number of member "MGIbrowserquitting"
  7.         updateStage()
  8.       end if
  9.       StopBrowser()
  10.       exit repeat
  11.     end if
  12.   end repeat
  13.   if not BrowserRunning() then
  14.     set IFLBrowsercounter to 0
  15.     set browserID to 0
  16.     set IFLMistake to 0
  17.     set the castNum of sprite 6 to the number of member "MGIEnterroomOne"
  18.     set the locH of sprite 9 to 435
  19.     set the locH of sprite 10 to 2000
  20.     set the locH of sprite 11 to 2000
  21.     set MGILaunch to 0
  22.     updateStage()
  23.   end if
  24. end
  25.