Hi folks, when my player sprite dies (destroy) i would like to load an animation of the death of the player. So I'm using "on collision with" the player "destroy" and "spawn" playerAnimation.
The problem is that I can't find a way to control the position of this Animation since it should appear where the player is and with the same players size.
Thanks