This is an infinite scrolling project for @GoldenDiamond. Arrow keys to move around. Notes for remixers: There are a few important things that you should know. The variables (World Height) and (World Length) are the height and length of the world that you want to be repeating. I currently have a 3x3 world repeating infinitely, so for me, (World Height) and (World Length) are both set to 3. The next thing is that the list Background is what stores the world. Syntactically, a number in Background represents that costume number of the Sprite. The way these numbers are put into the list Background is as if you're reading left to right, down to up. My 3x3 world is: 123 456 789 That is stored in background as: 123456789 A 2x4 world might be: 1213 2341 That is stored in Background as: 12132341
Controls: Arrow keys! Credits to: 1). Kevin Macleod for the music!