Hello,
I am looking to destroy particles when the sprite they are pinned to is destroyed.
I understand I can do it with a container, but the particles are added after the sprite is created. Thus, if I put them in a container it creates a 2nd sprite.
Is there any event or event combination that is essentially:
particle is pinned to object +
object is destroyed
=
Destroy particle