Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: grimmy on April 06, 2013, 07:14:02 PM

Title: GUI Horizontal SLider Problem
Post by: grimmy 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 ?
Title: Re: GUI Horizontal SLider Problem
Post by: jeanfabre 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