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...
It was just me! I get caught out by this often - setting booleans have a different action to number and strings - bloody confusing - wish there was just "TRUE"...
I am trying to make each the enemys start in an idle state and then attack the player when they spot them. This has been done through using a boolean instance v...
I am trying to check whether a boolean is true each time the player presses Z and, if this boolean is true, and the player presses Z again, inhibit the function...
I didn't know how to formulate my question better. I'm doing a one-button rhythm game; You have to press the 'Space' keyboard key on the correct beats. For exam...
I am encountering a weird issue with my "pickUp item" function. Basically all my items are in a family called "items" and this family has an instance variable w...
Checking if an animation is playing is straightforward, but I can't seem to figure out how to check if an animation Is'nt playing. Any help appreciated!
When a boolean becomes true, I want to add a behavior to an object. For example, I want to click on a checkbox which activates a boolean, then adds a drag&drop...
I'm working on a game where the main character is able to transform into different animals forms. I'm using a boolean to detect their current form and was tryin...
Hope you're doing great, hopefully you can give me a hint on this one, sounds super easy, but I have tried several methods without much luck. I would like to ma...