o.o I have no idea what just happened. For some reason, the entire screen went blank. Trust me! It used to work before! I am 100% positive what I did works. Still, GIVE FEEDBACK! THIS IS JUST A TEST AND I WOULD LIKE TO KNOW MORE!!! This is just a small test I conducted to see how I could down scroll. I will soon be conducting a test on side scrolling and then eventually both at once. I felt the need to include down scrolling and side scrolling in a few of my upcoming projects which could really use it to boost the amount of scratchers drawn to it. Well for any of you who don't know how to downscroll, I will include steps here. How to downscroll: 1. Create everything you want to downscroll as sprites. 2. Make a variable called Ydirection. 3. Make two scripts, each which say forever if: up arrow pressed change Ydirection by 1 forever if: down arrow pressed change Ydirection by -1 4. Make the first thing you want to scroll go to x:0 y:0 when green flag pressed. 5. For the first thing you want to scroll, make a script which says... forever set Y to Ydirection 6. For all other sprites, in the order you want to have them scroll in, do and script the following: set Y to Ydirection - 360 (For the next scrolling sprite, set that same script except instead of 360, do 720. Then for the next sprite, instead of 720, do 1080 and so on. Keep on changing that last number to the next multiple of 360.) 7. Once you are finished, press the green flag and test your project. If you have any questions about down scrolling, please ask in the comments. DO NOT ask me ANY questions about SIDESCROLLING as I am YET TO TEST that. Since this test worked perfectly, I am thinking of ways I can adapt this down scrolling and hopefully soon, sidescrolling techniques to make jucier projects. I hope this helped!