Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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 am working on a platform jumper and want a target to pop up randomly but, I don't want it to appear on a platform. How do I stop it from doing that. I can use the create and random which works but it sometimes is in the middle of a platform.
Develop games in your browser. Powerful, performant & highly capable.
I am not sure I understand. You want to create an object above a random platform? You can do something like this:
Platform in on screen System pick random Platform -----> Create object at (Platform.X, Platform.Y-50)