Press the green flag to start. The backdrop will scroll into eternity. The idea behind this is that there are two sprites, the exact same size as the screen. They are scrolling all the way to the left, then teleporting to the right, and scrolling again. In order for this to work, I made a list of all the X coordinates, but it starts over twice so there are three times as many coordinates. A variable scrolls through the list, and the sprites set their coordinates based off of what that variable is. This is just a testing thing to see if this was even possible, so I'm probably not going to update it any time soon if at all, but I may make a game similar to Dragstrip 23, but it goes on for forever using this concept. Dragstrip 23: https://scratch.mit.edu/projects/866407035/
Changelog: 6-19-2023 Initial Release