I'm trying to create a button that will scroll/move a normal text field up/down using buttons instead of a scroll bar on the side...
I've tried the following code... thinking i'm on the right track, but no luck so far...
Code: Select all
on mouseUp
set the thumbPosition of field "read" to 1
end mouseUp
Code: Select all
on mouseUp
set the thumbPosition of scrollbar 1 to 1
end mouseUp
Thank you in advance for any assistance you can provide!
-Sean