Pages: 1
Topic closed
I don't want a scrolling engine that goes "set x to ~scroll x + 480 * 0~" Because I already know how to do that. I want the smoothest scrolling out there, is there anything smoother than that? Or do I need to go to sensors and velocity?
Offline
Here is an example of a smooth scrolling technique. I hope it is what you were looking for.
Scrolling Tutorial
Offline
Did you try looking at the stickied threads?
http://scratch.mit.edu/forums/viewtopic.php?id=2440
I made the first method (which is what you are using) for beginners who have a hard time understanding programming. Method 2 as detailed in the linked thread, is much better and is used for most good scrolling platformer games.
Offline
check this out. i think it is the smoothest scroller on scratch http://scratch.mit.edu/projects/m44/314590
Offline
M44's game Chop Shop is probably the best example of a basic scrolling game. You can use it as an example.
I usually make games that are a bit more complex and harder to understand, for example, Archknight's Adventure.
http://scratch.mit.edu/projects/archknight/80465
Last edited by archmage (2009-06-30 23:28:26)
Offline
Topic closed
Pages: 1