The scratchwiki dosen't really tell me anything, and none of the tutorials acctually explain whats happening with the scripts so I can't produce the effect on my own.
can somebody please give me a plain and simple explanation of how I create scrolling?
Offline
http://scratch.mit.edu/projects/archmage/145760
I found that project very simple, it didn't make it hard. Just study the scripts.
Basically scrolling is just looping environments. For a new Scratcher, I recommend not making it on your own, but using what the project gives you and experimenting. Then once you've figured it out you can use the project as a guideline to create the scripts. Hope this helped
Offline
adriangl wrote:
http://scratch.mit.edu/projects/archmage/145760
I found that project very simple, it didn't make it hard. Just study the scripts.
Basically scrolling is just looping environments. For a new Scratcher, I recommend not making it on your own, but using what the project gives you and experimenting. Then once you've figured it out you can use the project as a guideline to create the scripts. Hope this helped![]()
Even you make it sound hard. You are moving a set of sprites in unison, that is it (unless you are just using 2 sprites but that is also not super hard).
I helped write the scrolling article in the scratch wiki and I thought the part on the "traditional method" was clear. I don't think you need to explain what the is going on when all the script says is "move to x: terrain*1 + scrollX" because it is so clear that you can't break it down anymore.
I think you should look at the script but more importantly understand the concept.
Offline
You are just moving sprites at the same time to simulate motion. I now can easily make a scroller from scratch (no pun intended) because I have made enough to understand how to make one, x, y, or 4 way.
Offline
To get a "simple" answer you need to simplify your question because scrolling is not just one thing but can be done many different ways. Tell us what you want to scroll and we will hook you up with an explanation that makes sense to you
Last edited by Locomule (2010-07-31 14:09:09)
Offline
Here is my tutorial on scrollx type scrolling. All the explanations are in the project notes along with suggestions on things to experiment with later. Not saying this is your answer or that it is the best scrolling tutorial out there but it will help someone for sure...
Super Simple Scrollx demo
Offline