How to make a Never Ending <change y by( Scroller?<change y by(
Offline
Make a variable called X; replace all <change x by( _ )> in the main sprite with <change{ X }by( _ )>. In all the "land sprites" put:
<when green flag clicked>
<forever>
<set x to( (( (( <{ X }> <*> -1 )) <+> AmountToShiftOver )) )>
<end>
This way, the main sprite stands still, and everything moves around it instead.
Offline
Here's an example:
http://scratch.mit.edu/projects/Kileyme … st/1605362
You can look at the scripts or remix it and add costumes to the background sprite.
Offline