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

  1. on mouseDown
  2.   if the soundLevel > 0 then
  3.     set the soundLevel to 0
  4.   else
  5.     set the soundLevel to 4
  6.   end if
  7. end
  8.