home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / TroyReturns.dxr / 00222.ls < prev    next >
Encoding:
Text File  |  2002-01-31  |  178 b   |  15 lines

  1. on mouseDown
  2.   global paletteScroll, scrollLeft
  3.   scrollLeft = 1
  4. end
  5.  
  6. on mouseUp
  7.   global scrollLeft
  8.   scrollLeft = 0
  9. end
  10.  
  11. on mouseLeave
  12.   global scrollLeft
  13.   scrollLeft = 0
  14. end
  15.