home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00105_button.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  167 b   |  10 lines

  1. on mouseUp
  2.   global slevel
  3.   set slevel to slevel + 1
  4.   if slevel > 7 then
  5.     set slevel to 7
  6.   end if
  7.   set the soundEnabled to 1
  8.   set the soundLevel to slevel
  9. end
  10.