wok 1 Posted May 25, 2013 I am working on a stance indicator script, I already have the code to detect all the 3 main stances, the 3 sub stances and left and right. Now I'm going to start working on the graphics part, so far all the dialogs I've made I positioned on the center of the screen. But this time I want to do some more fine positioning, I want to put my indicator inside the game HUD, where the weapon & ammo info are displayed. My questions: 1) Any tips/advices for making my indicator fit exactly in the same position inside the top right hud on all the screens? 2) Is there some sort of relative positioning in arma? For example, I put all my controls inside a main "container" control and then I can change the position of the main "container" without having to adjust each control. Share this post Link to post Share on other sites
killzone_kid 1331 Posted May 25, 2013 Here is some useful info http://community.bistudio.com/wiki/SafeZone Share this post Link to post Share on other sites
ToxicMuffin 1 Posted May 26, 2013 Are you using the arma 3 gui editor? If so (well for anything i guess), as killzone_kid stated above, make sure you press safezone and not GUI_Grid (GUI_Grid will not be in the exact spot you put the gui) Im not exactly sure about your second question Hope i could help! Share this post Link to post Share on other sites