I’ve been stuck on this for a few days, and couldn’t find anything online about it.
I’m making a 2d game, and I have two objects, TouchPos, and SpringPos. TouchPos is where the mouse/touch is, and I need to move SpringPos to the opposite side of the player, from where TouchPos is. Any ideas on how to accomplish this?
I already have the Angle and Distance that TouchPos is from the player, if that helps.