home *** CD-ROM | disk | FTP | other *** search
/ Experience Hawaii / HAWAII.ISO / pc / hawaii.dir / 00079.ls < prev    next >
Encoding:
Text File  |  1996-04-12  |  156 b   |  10 lines

  1. on mouseDown
  2.   global gSysSndSet
  3.   writePrefsFile()
  4.   saveNotebookFile()
  5.   go(1, "CREDIT.DIR")
  6.   set the soundLevel to gSysSndSet
  7.   cursor(0)
  8.   abort()
  9. end
  10.