home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / HOST2.DXR / 00021_setAudio2.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  257 b   |  12 lines

  1. on mouseDown
  2.   if (the mouseV > 403) and (the mouseV < 427) then
  3.     if (the mouseH > 366) and (the mouseH < 388) then
  4.       soundUp()
  5.     else
  6.       if (the mouseH > 188) and (the mouseH < 217) then
  7.         soundDown()
  8.       end if
  9.     end if
  10.   end if
  11. end
  12.