home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 5 / boot-disc-1997-01.iso / media / utility.cst / 00001_Script_1 next >
Text File  |  1996-11-05  |  108b  |  7 lines

  1. on mouseDown
  2.   if (the volume of sound 1)=0 then
  3.     setvolume 128
  4.   else
  5.     setvolume 0
  6.   end if
  7. end