Okay, I'm clueless when it comes to y scrolling so can somebody please help me? I'm excellent with x scrolling, but I would like to learn how to combine the two together with some touch of x and y velocity. (velocity not needed)
Offline
Y scrolling is exactly the same as X scrolling, just with some values changed.
You know in X scrolling you have the number 480? Well this is the width of the stage. If you are using Y scrolling then you went to use the height of the stage, not the width, so you replace the number 480 with 360.

Offline
If you really understood x scrolling then y scrolling should be easy. You probably just memorized the code without knowing how it works. It is very very basic stuff.
Anyways just use this project as an example http://scratch.mit.edu/projects/archmage/100982
Offline
If You Are looking for jump scrolling check out my latest projects.
Offline
This is a project with perfect x and y scrolling: http://scratch.mit.edu/projects/demosthenes/478227
Offline