I NEED HELP AGAIN! I know how to use scroll X, but Scroll Y is still a mystery to me! I tried to do it the complicated way, like this: When green flag pressed,set ScrollY to YVelocity * -1, but that didn't seem to work! Please Help!
Offline
ScrollY should be similar to ScrollX...
Offline
I made a game that uses Scroll Y. Try downloading and taking a look!
http://scratch.mit.edu/projects/silvershine/1514902
Or check it this project: http://scratch.mit.edu/projects/Extremos/716662
Last edited by silvershine (2011-04-13 14:11:30)
Offline
I think when you make scroll y, it should be almost opposite to scroll x. I tried making a scoll y and scroll x, too, but that didn't work just because the race track wasn't completely symmetric.
Offline
Just something like:
should work fine, and adding a script to the player that changes the ScrollY variable will make it move accordingly. Just change ScrollY by a negative number to make the player go up, change it by a positive number to make the player go down.
Offline
I have a X and Y scroll platformer. (Side view)
Here if you want to see it
http://scratch.mit.edu/projects/what-the/1003864 (use Flash player)
Offline
Instead of "set x to scrollx + 480*1", do "set y to scrolly+360*1"
This is because the length of the stage from left to right(x) is 480, and from up to down(y) is 360.
Offline