home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / file.exe / FAEFINJ.DXR / 00032_FAEStopGreen.ls < prev    next >
Encoding:
Text File  |  1996-05-15  |  126 b   |  9 lines

  1. on mouseDown
  2.   global FAEPreview
  3.   if FAEPreview = 0 then
  4.     FAEImplementOption(1)
  5.   else
  6.     FAELeavePreview()
  7.   end if
  8. end
  9.