So I made a collabrative game that is a space explorer I want it scrolling (Not just sidescrolling, but up and down too.) Here is the project. Please help me, I'm an idiot when it comes to scrolling.
My skype is Navineous if you want to contact me there too.
http://scratch.mit.edu/projects/NaviTek/1022899
Last edited by Navineous (2010-05-02 15:40:36)
Offline
ok, 4 way scrolling relies on 2 variables called x and y. basically, when up is pressed y is changed NEGATIVELY and when down is pressed y is changed POSITIVELY, the same goes for left and right, except they change x. then on the objects which move like houses cars roads etc have a forever go to x + distance from centre x. go to y + distance from centre y. These are the basics to 4 way scrolling. For an example click the link in my signature.
Offline