[comp.sys.mac.hypercard] How to Scroll Multiple Fields Simultaneously?

UD069225@NDSUVM1.BITNET (Eric H. Romo) (04/28/88)

I want to scroll at least 4 scrolling fields at once, since line x of
each field is related to the other fields. How can one do such a thing?
I saw some articles a while back about this subject but at the time I
didn't pay attention. Please bring me up to speed. Please send responses
via e-mail if possible. I thank you for your support.

                              -Eric.

UD069225@NDSUVM1.BITNET (Eric H. Romo) (04/29/88)

Here's what I've tried/figgered out on my own. I got the mouseloc's of
the down arrows of my scolling fields and then added the following
script to a button:
on mouseUp
  repeat until the mouseClick
    click at 273,272
    click at 369,272
    click at 480,272
    click at 496,272
  end repeat
end mouseUp

It works but it looks butt-ugly and is very slow. Any good ideas are
appreciated.
                    -Eric.