Hello all,
I am trying to make a small window that will display controls for my actively selected units. I want it to show a vertical list of buttons, each one of them saying "X Shotgunners," etc. Then I want to bind an event to each of those buttons.
I'm finding great tutorials for how to make static GUIs with ngui, but not much on how to make something dynamic like this, where the background window surrounding the buttons will resize and the buttons themselves will change based on other parts of a game.
If anybody could point me in the right direction, I'd greatly appreciate it.