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

  1. on mouseDown
  2.   puppetSound(2, 0)
  3.   puppetSound(2, "Electric Weird Scratch")
  4.   pressbtn()
  5.   if the optionDown then
  6.     ShowPasswordDlg()
  7.   else
  8.     go(1, "main")
  9.   end if
  10. end
  11.