Author Topic: How Can I use Dynamic size button  (Read 4984 times)

NJ_kung

  • Guest
How Can I use Dynamic size button
« on: August 01, 2012, 04:36:45 AM »
Ex When I create button size 150*50 for 1600*900 resolution

if Player use 800*450 resolution button will resize to 75*25 too

 :)


Shelt

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 14
    • View Profile
Re: How Can I use Dynamic size button
« Reply #1 on: August 01, 2012, 04:43:22 AM »
Its because you have checked/unchecked the "Automatic" checkbox in the UI Root settings.

Depending on that checkbox your GUI objects will either remain the size you specified or be resized to cover the same screen area no matter what resolution you use.

NJ_kung

  • Guest
Re: How Can I use Dynamic size button
« Reply #2 on: August 01, 2012, 06:39:49 AM »
Thx you ;D