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

  1. on mouseDown
  2.   global knob, modality
  3.   updateStage()
  4.   set the scrollTop of member "files" to 0
  5.   set the scrollTop of member "articles" to 0
  6.   setControls(0)
  7.   resetThumb("filethumb")
  8.   resetThumb("articlethumb")
  9.   turn(knob)
  10.   set the visible of sprite castspritea("installbtn") to 0
  11.   if the optionDown then
  12.     if modality = 0 then
  13.       ShowPasswordDlg()
  14.     end if
  15.   end if
  16. end
  17.