home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / video.dxr / 00035_VVOL2.PIC.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  141 b   |  12 lines

  1. on mouseDown
  2.   global gVolButton
  3.   down(gVolButton)
  4. end
  5.  
  6. on mouseUp
  7.   global gVolButton
  8.   if up(gVolButton) then
  9.     volumeUp()
  10.   end if
  11. end
  12.