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
after random() generated a number, I want to do different stuff based on the value, how do I do an if/then/else after a random call ?
I can't do nested if then else...how do you do that ?
Develop games in your browser. Powerful, performant & highly capable.
Right-click your first IF, and Add->Add Else, then add another condition to the else. Repeat.