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'm making a platformer, but I can't figure out how to make the character go to the next level. I know it has something to do with "when x happens, go to layout 2", but I don't know what.
Hello again, that's up to you and the design of the game. What does the player need to do to reach the next level? You could do it with reaching a score but usually in a platformer it's reaching the end of a level right so it could be overlapping an object or interacting with something like pressing E on a door?
I was thinking of going through doors, so how would I do that?
Develop games in your browser. Powerful, performant & highly capable.
Player overlapping door object, go to Layout 2.
Or if using keyboard to open door, you can add keyboard object then say,
Key is pressed and player is overlapping door, go to Layout 2.
Thank you!