I have object X with 10 clones in my world, I want to make power ups appear when the character collides with this object X with random basis, so not the same clone gives this power up each time. Is that possible?! And by the way where these power ups in BB3? i cant see anything similar
For powerups you have to write a script for each power up depending on what you want it's action to be. As for randomizing, you can set a random variable from 1 to 10 to activate each time on collision.