I already know how to make a side scroller using the original way (in which every terrain is a different sprite) as you can see here: http://scratch.mit.edu/projects/AFYTXR/1441073
what I did in order to reduce drag in it was for terrains to hide or show depending on their scrollX and scrollY position, you can download the project to see. However I think there is another more advanced way to make side scrollers which only uses 2 sprites with different costumes. How do I program that? And which works better for side scrollers? By the way, does the new way also support the ability to have a ScrollY or only ScrollX?
Offline
You can use the < and > blocks to do it, or the mod block, which is harder.
I have a demo that you can see if you click my sig and go to the link in the project notes, though it's a pretty advanced version.
Last edited by AtomicBawm3 (2010-12-07 22:20:22)
Offline