home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global StartingLine
- set the locV of sprite 5 to -100
- set the visible of sprite 18 to 1
- updateStage()
- repeat while the mouseDown
- if StartingLine > 1 then
- set StartingLine to StartingLine - 1
- set the text of field "currScroll" to line StartingLine to StartingLine + 17 of field "ABC"
- end if
- end repeat
- set the visible of sprite 18 to 0
- end
-