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
How make level's?
You'll have to be more specific,
I suggest using the search-button at the top right, there's loads of topics and examples about this.
You can also take a look at how I made my levels in my game Boing,
I provided the .capx for educational purpose.
Develop games in your browser. Powerful, performant & highly capable.
A 'Layout' is basically a level, and you can go to a different level with the 'Go to layout' action. You can share events between levels so you don't need to copy and paste all your events by using 'Includes' or changing the 'Event sheet' property of a layout to the same one.
Hey Ashley,
What are the steps involved in sharing events between layouts/levels? That might be a bit of a noob question, but I'm not seeing the option.
Thanks
PaulStrife:
Every layout has an event sheet assigned to itself, and you can include other event sheets to apply events to all (or some) layouts.
I see, that makes sense. Thank you.