Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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!