I have an object that the player can approach, which changes the frame that it's currently on.
I'm using the distance(player.X,Player.Y,Sign.X,Sign.Y) < 100 currently.
It works just fine for the first sign, but it doesn't work when there are multiple instances of the same sign currently.
Is there a way to get this to work with multiple instances of the same object?