Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make a scrolling script.
- Yousif-A
-
4 posts
How to make a scrolling script.
I have tried to make a lot of scrolling games and looked at a lot of tutorials but I can not figure out how to make a scrolling script ,can someone please help me? Thank you
!

- deck26
-
1000+ posts
How to make a scrolling script.
See if these help
https://scratch.mit.edu/projects/92682141/
https://scratch.mit.edu/projects/304642094/
Once you get the idea that in a scroller the screen is just a window onto a larger world and scrollx/y essentially tell you where you are in the world scrolling isn't hard.
https://scratch.mit.edu/projects/92682141/
https://scratch.mit.edu/projects/304642094/
Once you get the idea that in a scroller the screen is just a window onto a larger world and scrollx/y essentially tell you where you are in the world scrolling isn't hard.
- Yousif-A
-
4 posts
How to make a scrolling script.
yeah I get that but I just can not manage the code thank you by the way XD
- MasterofTheBrick
-
1000+ posts
How to make a scrolling script.
A clearer tutorial can be found here. https://en.scratch-wiki.info/wiki/Scrolling_(creating_a_scroller)
- GreatGamer737363_Alt
-
51 posts
How to make a scrolling script.
Try change scroll x by x position x 1
and then make sure the level sprite's x position and y position is scroll x and scroll y
and then make sure the level sprite's x position and y position is scroll x and scroll y
- EpicGhoul993
-
1000+ posts
How to make a scrolling script.
-1*. Also I think you can explain the basics stuff, but there are many good tutorials out there so I'll take that for later. Try change scroll x by x position x 1
and then make sure the level sprite's x position and y position is scroll x and scroll y
- Discussion Forums
- » Help with Scripts
-
» How to make a scrolling script.