swayjenkins
Programmer
I have a dynamic text box that scrolls using two arrow buttons at the bottom. The only problem is, I can't get the text to continuously scroll down. I have to repeatedly click either of the arrows for the direction I want it to go. I was having a problem with it before and got a tip off this page that is something like this:
on(press, dragOver){
scrollBox.scroll-=5;
}
If anyone can let me know how to have it scroll without clicking every time I want it to move down it would be greatly appreciated.
sway
on(press, dragOver){
scrollBox.scroll-=5;
}
If anyone can let me know how to have it scroll without clicking every time I want it to move down it would be greatly appreciated.
sway