@radb0310 said in Please help me: TypeError: The result of expression 'result' [153,136,234,130] is not a function:
How do I detect that the result function has been overridden,
There is a code: "result = ..." in your script
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,700
like this?