|
| 26 Jun 2016 09:14 PM |
| So I have a GUI, right? And I have around 50 buttons clustered into one area, (Don't question why) but then I realized that I want to move them. Do I seriously have to move every individual button, or is there some way to move a whole bunch of buttons at the same time? Like selecting multiple parts and dragging them. If not, is there some GUI editing plugin out there that can do that? |
|
|
| Report Abuse |
|
|
Laedere
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 23601 |
|
|
| 26 Jun 2016 09:16 PM |
Try putting all of the buttons into a single button, that way you can move all of them by just moving the single button
|
|
|
| Report Abuse |
|
|
|
| 26 Jun 2016 09:21 PM |
@Laedere That would be a good idea, but then if I ungrouped the buttons, they would go back to their original place. If I put the buttons in another model and keep them, then I would have to individually recode a whole lot of stuff. |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Jun 2016 10:26 PM |
| The only method would be doing what Laedere recommended. But, instead of a button as the parent, use a Frame. |
|
|
| Report Abuse |
|
|