home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 June / Personal_Computer_World_Jun_97.iso / dxrs / gtspcw06.dxr / 00032_GTSStop.ls < prev    next >
Encoding:
Text File  |  1997-03-26  |  126 b   |  9 lines

  1. on mouseDown
  2.   global GTSPreview
  3.   if GTSPreview = 0 then
  4.     GTSImplementOption(1)
  5.   else
  6.     GTSLeavePreview()
  7.   end if
  8. end
  9.