> I might be stupid, but if the nearest sprite for sprite1 is sprite2, wouldn't the nearest sprite for sprite2 be sprite1?
>
In this picture it is, but not everytime.
1------2---3
Closest to 1 is 2, but closest to 2 is 3.
Rollendice We also cant know why, if we dont see the code. Possible your sprite picking is wrong.
Thank you for clarifying that image.
I've attached an image of the code, I did some more work on it and now one of the nodes seems to work but only that one. If I interact with any other node, the main node just sends a spoke over to it rather than the nearest node sending one to it's nearest relative node.
it's confusing me haha.