home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / file.exe / file.dxr / 00089.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  121 b   |  10 lines

  1. on exitFrame
  2.   global IFLQuitNow
  3.   if IFLQuitNow = 1 then
  4.     quit()
  5.     beep()
  6.   else
  7.     go("IntroFrame")
  8.   end if
  9. end
  10.