hello! ive been trying to figure out a little way of moving a character around with a mouse, but haven't been able to figure out a way to code it. i drew a little example of what i'm trying to do!
i've been able to figure out how to get a widget to go straight to the clicked point but am mainly struggling with getting a half step idea to work! most of the math i try to put in to solve it makes the widget jump to a fully different point of the canvas before getting to the end point after a half second.
i also wanted to ask how to change the anchoring on a widget since the default top left anchor doesnt work too well for this effect. thank you!