I’m making a game where parrying is a mechanic, there is an enemy that shoots at you, I wanted to make a cool effect that draws a line from the point in which the bullet was parried towards the enemy that shot the bullet, I think that the correct way to do this would be with the shape painter object, however I have never used this object and I have no idea how it works.
Is what I’m trying to do possible?
That because you aren’t iterating over the bullets and gunners.
In that last event, you need to add a repeat for each bullet, and in there find all the Gunners linked to the bullet, and inside that add a repeat for each gunner (so it becomes a nested repeat) and draw to each gunner.
And get rid of that “Trigger once” condition.

