How do I can just scroll y but not x by using unbounded scrolling ?
I try it ,set unbounded scrolling yes or no ,it didn't work!
the event i set System set scroll y to sprite.y !
my layout size' height is 2000 and also try set margins height 2000
Here is an example of what I think you are asking:
https://dl.dropboxusercontent.com/u/706 ... oller.capx
briggybros thanks,but that not my ask.!
i just want my player jump up and up all the time ,not right or left
here is the capx
static.gitcod.com/upload/game/scrollup.capx
when i set unbounded scrolling to yes, the scroll will scroll up as the player jump,but will scroll x too
Develop games in your browser. Powerful, performant & highly capable.
just disable the scroll to behavior
the event every tick --> scroll to player.Y is enough
Tuiii I try it ,but also not work !
my layout i set unbounded scrolling to No,and Every tick ,scroll to player.y
Thanks! I get it.! the layout only start from bottom to up and will not pass the top of the layout !