home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set s to the scrollTop of the member of sprite 14
- set the scrollTop of the member of sprite 14 to s + 30
- repeat while the stillDown
- set s to s + 30
- set the scrollTop of the member of sprite 14 to s + 30
- end repeat
- end
-
- on mouseEnter
- cursor([50, 51])
- end
-
- on mouseLeave
- cursor(-1)
- end
-