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
Hello guys i want to create a random value but for some specific values.
for example start at 30 and add 60 so the values should be random of 30, 90, 150, 210, 270, 330, 390 and 450.
Thanks for all
Develop games in your browser. Powerful, performant & highly capable.
int(random(8)) * 60 + 30
Wow, now i feel im dumb person xD.
Thanks a lot blackhornet.