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 have to set my initial boolean value to true, and I tried it with a numerical global variable but it didn't work, Why does this work but the others didn't? I...
I am trying to sync a global variable in multiplayer game using photon plugin where when the global variable changes from the host, it shows this to every other...
I'm using the browser console a lot to call functions and similar with JS. Next I'd like to return all system global variables used inside the project. The debu...
I've mentioned before, I'm making a life simulator game. I have 3 global variables; Money, success, and popularity. My player will face different random events...
I've at least 100 random events in my game. They appear every 10 seconds. They're like: 1)There is a pandemic. Will you open hospitals? -Yes -No. 2)They kidnapp...
I have really weird bug occurring in my project. For some reason the global variables change on default value every time ANY layout loads. I am confused and fru...
I'm currently building roguelike, and I'm trying to create the mechanics - and here I need help. I want to create that every time a death occurs the character r...
In my little project, I want to have the sprites with animation 1 showing to add to totalups (global number) or add 1 to totaldowns (global number) for animatio...
I want to make a randomizer that has global variables and uses an or statement. For Example: Red = 0. Green = 0. Blue = 0. Then I want the programming to be som...
I have a project where I need to trigger a sound effect once when the timer variable = zero. But When I did this the audio clip is looping, but I need it just t...