ID:2213613
 
So being new to screen objects, I have some questions
*Upon window resize I have to manually resize hud or is it automatically resized??

*I noticed that if a map does not scale to fit objects why do screen objects placed at "map1:1,1" appear centered and not in southwest corner??

*Can I use hud objectswith other elements besides maps??
*Upon window resize I have to manually resize hud or is it automatically resized??

"hud" as in an object you added to the screen? If so, yes.

*I noticed that if a map does not scale to fit objects why do screen objects placed at "map1:1,1" appear centered and not in southwest corner??

What you should be doing is using the directional anchors to position screen objects. Example: screen_loc = "map_control:WEST, SOUTH". The order doesn't matter here and is personal preference; you could write "SOUTH, WEST" and get the same result.

*Can I use hud objectswith other elements besides maps??

Can't say I understand this, but screen objects only work with the map.
I mean creating hud buttons and bars directly into a window.


So I can have different buttons than default rectangles