I have 10 (ten) sprite enemies and I have the event below:
spriteShot On Colision with spriteEnemy -> spriteEnemy Destroy
The problem is that I want to destroy all the enemies in my game when a I have the colision above (NOT only the enemy hit by shot).
How can I do that ?
Jos� Roberto.
cvp