home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global ShoppingLine
- repeat while the mouseDown
- set MaxLines to the number of lines in the text of member "shop2"
- set y to the height of member "shop1" / MaxLines
- set MaxLines to y * (MaxLines - 10)
- if the scrollTop of member "shop1" < (MaxLines - 9) then
- set the foreColor of field "shop2" to 204
- set the foreColor of field "shop2temp" to 204
- set the text of field "shop1temp" to line ShoppingLine to ShoppingLine + 9 of field "shop1"
- set the text of field "shop2temp" to line ShoppingLine to ShoppingLine + 9 of field "shop2"
- set ShoppingLine to ShoppingLine + 1
- scrollByLine(member "shop1", 1)
- scrollByLine(member "shop2", 1)
- end if
- end repeat
- end
-