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
How do I make common event sheet that work in all Layouts?
Its all what I want say: How to make that???
I mean like some events are in just one layout and some are in all.
Please help me!!!
Sorry for my bad english.
just create a new event sheet with the functions or events you want to share
then just "include" the event sheet.
https://www.scirra.com/manual/82/includes
Thanks!!!
But how to make that with objects?
copy-paste the object to the new layout, if you make changes on the object on layout 1 it will change the object on layout 2 too
Develop games in your browser. Powerful, performant & highly capable.
ok
yup, as long as the objects exist in the layout, then the included events will work. if they do not, you can get weird effects as the object will not exist and thus event checks on those objects will always return false
R