I have a layout which is 320 by 2500. Thing is, the default behavior is for the layout to start at the top and fall down. Can I reverse it? I want to start from the bottom (color switch style).
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
trueicecold
at the start of layout, set scroll.X and scroll.Y to the bottom.
or give your player the scrollTo behavior, and place him at the bottom - then the layout will scroll to his position.
scrollTo solution worked perfectly, funny it's such a simple solution
Thanks a lot!