(writes like 250-300 words being silly, realizes what question to ask, deletes them)
What I need to do is move a button’s position to the position of another button’s anchor, so one button can do a cute slide to the position of a previously present one when it’s pushed; while accommodating for any hypothetical windowed screen dimensions.
Is there a variable I’m missing in here? Uh, the moving stuff around I can handle I just need to find the right data to act on. If I can’t figure it out I guess I just sprinkle some empties in there and use their world coordinates.
I figure I’ll move it there, then set its anchor and position variables in 1 frame. So you can bork it up only for a moment if you’re shagging the window while it’s moving and then it’s good (which is an acceptable fringe case). Moving it to a position that doesn’t adjust as the anchor is designed to allow isn’t an acceptable fringe case because the whole point of the anchors is adjustable window size.
(oops wrote like 150 again)