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
Hi,
I want to know if is possible to include a layer from another layout to the current one...
For example HUD, I want to include a HUD from lvl 1 in the lvl2, and not "ctrl + c / v"
Is possible?
Not that I have found and I have tried. The best you can do is create the Layer Labels in the new layout and then Copy/paste.
That way at least when you paste the objects stay on there respective layers.
alternativly create the HUD at runtime.
Develop games in your browser. Powerful, performant & highly capable.
Yeah... I think that creating the HUD at runtime is the best choice so far.