- How do I stop the gun sounds when the player dies? When I click you can still hear the gun sound even tho the player got deleted...
There are many ways. A simple way would be a variable called death or someting like that. And the code would be:
On left button clicked and death is equal to 0 --> spawn bullet on layer 0 (and so on)
Zombie | on collsion with Player --> Player| destroy and set death to 1
System| On start of layout --> set death to 0
- How do I make zombies not go trough each other?
You can maybe make them solid. (Behavior. Dont know if that makes bugs. Try it. I dont have the time to test it. XD)
I would answer you last two questions too but i dont have the time. Sorry.
I hope i helped you
Cryttexx
Edit: i just saw somebody else answered already.