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)