ScratchData LogoScratchData
Back to Danrom0809's profile

Parallax 3D

DADanrom0809•Created November 16, 2023
Parallax 3D
1
1
4 views
View on Scratch

Instructions

Use the arrow keys to move the sprites and see the illusion.

Description

*How did you make the project? I made a scroll system that consists of 2 variables, I call them "scroll x" and "scroll y". I copied 3 sprites, and changed the size of each one. A small sprite, a medium sprite and a large sprite. In the large sprite I put "go to x: (scroll x) y: (scroll y). On the medium sprite I put "go to x: ((scroll x)/ 2) y: ((scroll y) / 2). In the small sprite I put "go to x: ((scroll x)/ 3) y: ((scroll y) / 3) and to finish the explanation I put that system of "if up arrow key was pressed then add 10 to scroll y", "if down arrow key was pressed then add -10 to scroll y", "if right arrow key was pressed then add 10 to scroll x", "if left arrow key was pressed then add -10 to scroll x". Well, with all that done, your project is ready, but if you want to make it identical to mine, well, the sizes of the sprites are as follows: *Small sprite = 100 *Medium sprite = 150 *Large sprite = 200 Did you put all that in? If so, your project is identical to my project. I'm sorry guys, this project no have credits

Project Details

Project ID925819055
CreatedNovember 16, 2023
Last ModifiedNovember 18, 2023
SharedNovember 18, 2023
Visibilityvisible
CommentsAllowed