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

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