I have a slight issue with my GUI. I’m trying to move text labels (In the folder text) into my “stats” frame. I’m trying to do this without moving the text labels to a different position.
After I move it :
I have a slight issue with my GUI. I’m trying to move text labels (In the folder text) into my “stats” frame. I’m trying to do this without moving the text labels to a different position.
explorer
So you will want to make a frame to parent the text folder… this new frame will be inside the frame+inventory frame the same way the “stats” frame is… and will have exactly the same properties(size and position) as stats.
That way when things are moved from the text frame to the stats frame they will both follow the parent frame properties(size and position) of “frame+inventory”. Does this make sense?