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,
Is there a way to change various Global Variables between layouts and their event sheets? I've added a second layout and have been hoping to use the original event sheet, but can't seem to use or alter the existing Global Variables.
you should actually be able to do so. Can you share your code?
On "end of layout" this is the time where you can update your variables for the next layout.
Develop games in your browser. Powerful, performant & highly capable.
Thanks savvito123 and bartalluyn, I found the problem. I'd accidentally left two "set global value" actions earlier in the script. I've removed them and it's working now.