I would like several sprites to move from left to right on a loop and start at different time.
Although I have used the "forever" control feature, it's not working. the sprites (baseball and basketball) stop at the right edge of the screen. In this specific case, I'm trying to put together a baseball challenge where the the player has to move the Batter up and down the screen and hit only the baseball not the basketball or any other distractor coming from the left side of the screen. https://scratch.mit.edu/projects/882521422/

if touching edgecode to wrap it back to the left-hand side of the stage, so it keeps going to the right, stopping only at Scratch's own demand to keep at least 30 pixels visible. The baseball does have that code, but it prevents the ball from entering the stage because 'touching edge' also applies to the left edge. Besides, you made the baseball invisible. I suggest you play around a bit longer to get a better understanding of Scratch's mechanics.showthe basketball as well as the baseballwhen green flag clicked. Do not assume the project will automagically initialize your sprite's position/direction/visibility; always do so yourself. If you need any more support on this project, then please refer to the "Help with scripts" forum; Stack Overflow is not a collaborative coding platform.