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

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