Make something on UI point at something on Game world

Need and arrow to point to a finish line

Have the end goal extract its position and send it to the arrow in the UI. Then hook the x and y coordinates you sent to the arrow to a point at function.

I do but I think its using the x and y as the UI level x and y and not the game level x and y and I dont know how to change it

Post a link to the game and I’ll look at it.

If you send the values with messages instead of setting globals it would be better.
Also this game is actually pretty fun I like how you can slide on the walls. It would be better with a better map and jump pads or something maybe. Just stuff to mix up the gameplay loop.

yeah its in its early stages I need to redesign the levels, I’ll try that out with the messages later

it still doesn’t work, I think its cause its on the UI level and the finish is on the game level and they have different X and Y cords but idk how to convert them