home *** CD-ROM | disk | FTP | other *** search
- property scrollDirection
- global gScrollChild
-
- on mouseDown me
- repeat while the stillDown
- buttonScroll(gScrollChild, scrollDirection)
- updateStage()
- end repeat
- end
-
- on getPropertyDescriptionList
- rangeList1 = [#up, #down]
- description = [:]
- addProp(description, #scrollDirection, [#default: 0, #format: #string, #comment: "directionToScroll", #range: rangeList1])
- return description
- end
-