home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / grammar.dxr / Internal_24.ls < prev    next >
Encoding:
Text File  |  1998-02-02  |  317 b   |  17 lines

  1. on mouseDown
  2.   set s to the scrollTop of the member of sprite 14
  3.   set the scrollTop of the member of sprite 14 to s + 30
  4.   repeat while the stillDown
  5.     set s to s + 30
  6.     set the scrollTop of the member of sprite 14 to s + 30
  7.   end repeat
  8. end
  9.  
  10. on mouseEnter
  11.   cursor([50, 51])
  12. end
  13.  
  14. on mouseLeave
  15.   cursor(-1)
  16. end
  17.