Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Tutorial: How to make a scroller
- BKFighter
-
Scratcher
1000+ posts
Tutorial: How to make a scroller
Since I saw a couple of questions on scratch of how to make a Scroller, I decided to make this tutorial for future reference.
This project here shows just a basic scroller with a character you can move around, a simple AI that moves on its own, and a background. If you wanted to extend upon that, a better way to implement a background into the world would be to have each individual rock/tree set up in a script like the background I have, but use this script to set it to a spot:
This project here shows just a basic scroller with a character you can move around, a simple AI that moves on its own, and a background. If you wanted to extend upon that, a better way to implement a background into the world would be to have each individual rock/tree set up in a script like the background I have, but use this script to set it to a spot:
forever
go to x: ([insert X value of object here]-(charX)) y: ([insert Y value of object here]-(charY))
end
Last edited by BKFighter (Nov. 5, 2015 20:14:23)
- BKFighter
-
Scratcher
1000+ posts
Tutorial: How to make a scroller
RESERVED
Last edited by BKFighter (Nov. 8, 2015 18:57:44)
- ZozaTech
-
Scratcher
500+ posts
Tutorial: How to make a scroller
Thanks for this tutorial, but the help with scripts is for asking for help! If there were thousands of tutorials in this forum, people would get into a competition and start bumping up, so that won't be fair to scratcher who really need help!
- BKFighter
-
Scratcher
1000+ posts
Tutorial: How to make a scroller
Thanks for this tutorial, but the help with scripts is for asking for help! If there were thousands of tutorials in this forum, people would get into a competition and start bumping up, so that won't be fair to scratcher who really need help!But its so much easier to just link this forum to everybody than to explain it individually to every scratcher….. Is there another place on the forums this could go?
- BKFighter
-
Scratcher
1000+ posts
Tutorial: How to make a scroller
Thanks for this tutorial, but the help with scripts is for asking for help! If there were thousands of tutorials in this forum, people would get into a competition and start bumping up, so that won't be fair to scratcher who really need help!Solution: I'll close the topic so it can't be bumped up, but I will still have the link to give….
- Discussion Forums
- » Help with Scripts
-
» Tutorial: How to make a scroller

