home *** CD-ROM | disk | FTP | other *** search
/ PC Media 8 / pc-media-windows-95.iso / w95demo.exe / M14SYSRQ.DXR / 00065.ls < prev    next >
Encoding:
Text File  |  1995-08-31  |  525 b   |  24 lines

  1. on exitFrame
  2.   global gScanExitFlag, gCurrTopic, gTopicList
  3.   if the machineType <> 256 then
  4.     alert("If this was a Windows machine, the sniffer would come up")
  5.   else
  6.     doCheckSysReq()
  7.   end if
  8.   if gScanExitFlag = 1 then
  9.     addFinishedTopic(line gCurrTopic of gTopicList)
  10.     goMenu()
  11.   else
  12.     if gScanExitFlag = 2 then
  13.       set gScanExitFlag to 1
  14.       pushLastScreen()
  15.       goMenu(1)
  16.     else
  17.       if gScanExitFlag = 3 then
  18.         set gScanExitFlag to 1
  19.         goCloser()
  20.       end if
  21.     end if
  22.   end if
  23. end
  24.