home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global ShoppingLine
- repeat while the mouseDown
- if the scrollTop of member "shop1" > 1 then
- set ShoppingLine to ShoppingLine - 1
- 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"
- scrollByLine(member "shop1", -1)
- scrollByLine(member "shop2", -1)
- end if
- end repeat
- end
-