Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

GUI positioning on the bottom of screen, help please?

Asked by 9 years ago

Hi, I put my GUI in the bottom of the screen. When I am fullscreen I can see the gui, its in the bottom. But when I am NOT in fullscreen the gui isn't in the center.... I need help to keep it in the bottom of the screen on both window sizes. So help please anyone?

Thank you

0
are you using scale or offset for possitioning? (Scale, Offset, Scale, Offset) scale will change with the size of the screen, offset will be a set pixels from w/e direction you set nicros 165 — 9y
0
Both PenguinReap 10 — 9y
0
Wait sorry, I am using offset and offset only PenguinReap 10 — 9y

2 answers

Log in to vote
0
Answered by
Lacryma 548 Moderation Voter
9 years ago

You will need to use scale for this.

{0.9, 0}, {0.9, 0}

That should do the trick.

The highest scale will go is 1. If you find it not where you want it to be, play around with it a bit.

If you need additional help, just ask.

0
Thanks lacryma I will try it out PenguinReap 10 — 9y
0
I tried it out, it doesn't seem to be in the bottom of the page and whenever I change the sizes it doesn't seem to adjust with the size PenguinReap 10 — 9y
0
The size should also use scale, since if the size is fixed it will not be able to fit all screens. Lacryma 548 — 9y
0
Oh aight, thanks will try that out too PenguinReap 10 — 9y
Ad
Log in to vote
0
Answered by 9 years ago

Thanks man really appreciate your help

Answer this question