home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 September / WPCSEP96.ISO / intwpc08.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1996-07-09  |  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.