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 know how to use random(n) and random(0, 3) and others too, but now I want to set random numbers that I want only, let say, I want random of 2, 3, 10, so how do I put in the action? Thanks.
choose(2, 3, 10)
Develop games in your browser. Powerful, performant & highly capable.
oh thanks