I have many instances of texts that are pinned on balls (sprites).
I would like that when one ball collides with another object, just the text instance that are pinned on the ball is destroyed.
Instead of that all the text instances have been destroyed.
How do I make to destroy an specific instance of the text when my ball collides with another object?