Is it possible to create object"Y" in object"X"'s location when object"X" is destroyed? I only want object"Y" to spawn sometimes. Like a 25% chance to spawn object"Y" every time object"X" is destroyed.
Just add an On destroyed, pick a random number between 0&3, and spawn on one fixed value.
Spawn25.capx
Develop games in your browser. Powerful, performant & highly capable.
Awesome
Thank you so much <img src="smileys/smiley1.gif" border="0" align="middle" />