Hi C2 community!
I'm trying to find a way to detect an object within an random internal area comprised between a central object and a line composed by dashes generated by the touch of the player around this central object.
I did this illustration below for you guys better understand the situation. If at least one of these objects stay in this random internal area, the player loses.
I tried to make it through the Line of Sight behavior, calculating the area composed of each stroke object that makes up the broken touch and the central object, but didn't get success. I also tried two methods sugested by our comrade R0J0hound, but didn't get success too.
I thank you in advance your attention and collaboration. ^^