Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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.
Develop games in your browser. Powerful, performant & highly capable.
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?
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!