The developer has been notified of this issue.
Scrolling Help
-
Hi, how can I perform a SMOOTH scrolling with BAS?
like can BAS scroll like a normal user cuz I tried Scroll 0,500 it instantly go to that position it "jumped" how can i make BAS go to that 0,500 position smoothly?
I know IDLE have scrolling function but it scrolls randomly UP and DOWN and I need to scroll smoothly DOWN only is there such a thing or should I create alot of SCROLL function
scroll 0,500
scroll 0,550
scroll 0,600
scroll 0,650
scroll 0,700like this?