home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gScanExitFlag, gCurrTopic, gTopicList
- if the machineType <> 256 then
- alert("If this was a Windows machine, the sniffer would come up")
- else
- doCheckSysReq()
- end if
- if gScanExitFlag = 1 then
- addFinishedTopic(line gCurrTopic of gTopicList)
- goMenu()
- else
- if gScanExitFlag = 2 then
- set gScanExitFlag to 1
- pushLastScreen()
- goMenu(1)
- else
- if gScanExitFlag = 3 then
- set gScanExitFlag to 1
- goCloser()
- end if
- end if
- end if
- end
-