I'm trying to make a missile that uses a particle smoke trail.
So far, the game creates the missile sprite and pins a smoke trail to it, but when the missile is deleted, the particle stays where it is.
How do I delete the particle object?
Or is there a way I can group several objects into one object, so I spawn and destroy them all at once?