home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 6 / MacAddict_006_1997_02.iso / media / RESOURCES.Dxr / 00030.ls < prev    next >
Encoding:
Text File  |  1996-11-22  |  104 b   |  8 lines

  1. on mouseDown
  2.   global modality
  3.   if modality = 0 then
  4.     showLaunchDlg()
  5.   end if
  6.   setControls(0)
  7. end
  8.