ID:155640
 
Okay, I have a HUD object on the players screen, which is in a set position, when the player re-sizes their window the interfaces move with it, Anchors, but HUD's stay in the same place.

Is there any variable with the interface or a certain formula that will make the HUD move with the map when the window is resized?

Thanks
You can use the compass directions rather than numbers. Setting a screen_loc to northeast for example will anchor it on the top right regardless of changes in screen size. See: small/wide
I don't know of any way to automatically adjust the interface whenever a player re-sizes it unless you perform a constant check to see if it was re-sized (bad idea). There is, however, a feature request you may be interested in.