I would like to spawn a sprite when a sprite makes collision with another sprite.
Example would be player has a sword then player swings the sword to hit an enemy and when the sword hits the enemy then the collision part where the sword hits the enemy spawns slash/blood. How do I spawn a sprite at that spot?
Right now, I only know how to spawn from player, enemy, or sword but it will not spawn in the correct spots when hitting enemies at certain angles and larger enemies.