Use the arrow keys to move the sprites and see the illusion.
*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