home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the visible of sprite 37 to 1
- repeat while the stillDown = 1
- MoveTextDown()
- end repeat
- end
-
- on MoveTextDown
- repeat with counter = 1 to 50
- if counter = 50 then
- scrollByLine(member "sswalantextbox", 1)
- updateStage()
- end if
- end repeat
- end
-