problem

I have this new game called “when worlds collide” but on the cave level I have 4 shadows (monsters) but I only kill one. Here’s the game http://www.flowlab.io/game/play/70573

You’re sending a message to the shadows to allow them to die, this covers all of the shadow enemies, thus they all die when one dies. Try a collision trigger instead of the mailbox trigger. Set a collision with an object to kill an enemy, this should allow only one shadow to die at a time.

It’s nice to see other members helping out. Thank you leon.

Thanks a whole lot, that really helps.