Hi.
When the new layout loads, i see the blood splat animations spawn. I assume this is because once the new layout is loaded the previous monsters are destroyed and it then spawns the animation on the new layout.
How can i prevent them from spawning on the new layout.
Any advise would be appreciated.
event is
on monster destroy -> spawn "bloodsplat animation sprite"
on bloodsplat animation finished -> destroy "bloodsplat animation sprite"
Then if the player dies
on player health = 0 --> go to "end game layout"
Thanks