I have a sprite that leaves a trail behind it, and once its fully encircled it, i want to destroy the objects inside of it.
I've thought about trying to have the sprite collide with a copy of itself (its tail) to signify when the circle is complete, and that works sometimes, but not always. but i'm still stuck on how to determine what's inside of the circle in order to destroy them.
any suggestions?