I've attached Simon's stack but modified so that the scrollbar has been reduced in height so it is a set of "little arrows".
Now examine the script of that scrollbar object and you'll see when you click on the up arrow, the number increments (which is the correct behavior)
but the script that does this is the "Dec" rather than the "Inc".
So it is the "Decrement" script that increments the number and the "Increment" script that decrements it.
That is my complaint.
EDIT: ...time passes...
From the Dictionary entry for scrollbarLineDec:
Handle the scrollbarLineDec message if you want to respond to the use of the top or left scrollbar arrow.
So it seemed to me (erroneously, now that I can see all the possibilities) the concept was partially reversed from the beginning. I would have thought the "Dec" message would be generated from the
bottom or left scrollbar arrow. But then I realized the bottom arrow would
increase the scroll of a field so the "Inc" message would, indeed, be the proper one. Maybe I am wishing the simple set of "double-arrows" (the little arrows type of scrollbar) wouldn't -be- a scrollbar at all and should be its own type of object that would reflect the behavior of the real world (like an elevator). I also think it may be time for me to get some sleep.
Thanks, all, for your patience.
Barry