|
How can i make a gui stay in the same position on all screens (it gets smaller, but stays in the corner, so if they screen is small you can still see it)? |
|
|
Do the math. That's all there is to it.
1 is the bottom right, 0 is the top left.
|
|
|
Yea, but depending on the settings on the gui... Can make it one size fits all including if its OFF the screen. |
|
|
How so? Set Position AND Size to Scale, not just one or the other.
|
|
BanTechJoin Date: 2015-12-31 Post Count: 886 |
Yeah I feel like you're hinting towards the idea of scale |
|
|
mind if i post a "prntscr" link? (ill just post the id to it)
big screen: /a2wlml
small screen: /a2wlyq
Settings:
Position: {0, 10},{0, 795}
Size: {0.3, 0},{0.14, 0} |
|
|
|
BanTechJoin Date: 2015-12-31 Post Count: 886 |
Take jarod's advice. Your size is scaled, which is exactly what you need, but your positioning is using offset. You need to make that scaled too, or use a combination to get the expected results |
|
|
BanTechJoin Date: 2015-12-31 Post Count: 886 |
Recommendation
Position: {0, 10},{0.86, -60}
Or something similar. Have a play about with it and you'll pick it up. |
|
WrathsongJoin Date: 2012-07-05 Post Count: 22393 |
https://www.youtube.com/watch?v=LjTfX4qZ6qg should help a bit |
|