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
if condition a = true
AND
if condition b = true
then condition c will happen
I need this.
Develop games in your browser. Powerful, performant & highly capable.
You just add both condition to the event?
If A = True
If B = True
---> Do C
You can stack as many conditions as you want and all will need to be true before the associated action takes place. Also if you right click an event with two or more conditions you can pick " make OR event" if you want to do that instead.