playMaker

Author Topic: GUI Horizontal SLider Problem  (Read 1741 times)

grimmy

  • Junior Playmaker
  • **
  • Posts: 70
GUI Horizontal SLider Problem
« on: April 06, 2013, 07:14:02 PM »
The slider seems to have a fixed global x and y. Even if I move it's parent around the screen the slider does not move. Is there a way to have the slider move with it's parent ?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: GUI Horizontal SLider Problem
« Reply #1 on: May 14, 2013, 04:15:06 AM »
Hi,

 Yes, you have to use "GuiLayout" insteady, GUIXXX are all static positioning, GuiLayoutXXx will allow to do parenting and anchoring.

bye,

 Jean