home *** CD-ROM | disk | FTP | other *** search
/ PC Play 1 / PCPLAY1.ISO / main.dxr / 00023_Volymkontroll.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  130 b   |  10 lines

  1. global gVolume
  2.  
  3. on mouseDown
  4.   repeat while the stillDown
  5.     move(gVolume)
  6.     updateStage()
  7.   end repeat
  8.   EndMove(gVolume)
  9. end
  10.