home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global top, linesInText, slideRatio, currentLine, textCast, movieLocation
- repeat while the mouseDown
- set y to the mouseV
- set the locV of sprite 38 to y
- updateStage()
- set y to the locV of sprite 38
- set currentLine to integer((y - top) / slideRatio) + 9
- put currentLine into word 5 of movieLocation
- put EMPTY before line currentLine of field textCast
- end repeat
- end
-