ScratchData LogoScratchData
Back to ErnieParke's profile

Infinite Scrolling Base (@GoldenDiamond)

ERErnieParke•Created July 12, 2014
Infinite Scrolling Base (@GoldenDiamond)
63
46
851 views
View on Scratch

Instructions

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

Description

Controls: Arrow keys! Credits to: 1). Kevin Macleod for the music!

Project Details

Project ID24638618
CreatedJuly 12, 2014
Last ModifiedDecember 1, 2016
SharedJuly 13, 2014
Visibilityvisible
CommentsAllowed