I’m trying to make a scroller with this code. Basically I want the scroller to scroll down when the mouse is over the button and to stop scrolling when it moves off the button. I’ve gotten that part down, but it needs to escape the loop when the scrolling content reaches -620. Instead it keeps scrolling forever. Any help is much appreciated.
I attached the code in a txt file.