I know this is like a such a newb/noob question but i've completely forget some things about scrolling. Its the method with scrollX and stuff, 480 and whatever. it goes right in the middle I need it down lower. like you know a mario game? the whole bottom chunk/terrain,_______=floor ()=player
___________________________
()
=bad
()___________________________
=good
right?? so what do I do? I tried making the 480 lower and the 0 lower it just didn't go nicely, I know 480 is the screen size thats why everyone uses it but I need it lower. Probably something to do with the Y axis, Ill experiment with scrollY script but please post what you can to help/
Offline
You're right about looking for something to do with the Y axis, the height. However 480 is the width, not height, of the screen, so you're going to need something different. Try adding in this block to the script (it only needs to run once, at the start of the game).
set y to (-200)You can adjust the value to match how low it needs to be. -200 is probably a bit too low. Tell me if it's what you needed!
Offline
Offline
Offline