Im having a small problem working out buttons and dialog boxes. I have a dialog box with multiple buttons inside, which you press to give your hero abilities. the problem I am having is that I want a portion of the buttons to be disabled when an ability is selected.
let me try and explain it better with a picture.
* * * * *
* * * * *
* * * * *
* * * * *
this is what my dialog box looks like. the *'s are buttons. what i wish to do is, when someone presses any button, the hero gets the associated ability, and all of the buttons in the same column are disabled. this way, they would get 5 abilities (one from each column). However, i cant figure out exactly how to turn off multiple buttons when one is pressed. any help would be greatly appreciated. =)
Hi everyone,
Im having a small problem working out buttons and dialog boxes. I have a dialog box with multiple buttons inside, which you press to give your hero abilities. the problem I am having is that I want a portion of the buttons to be disabled when an ability is selected.
let me try and explain it better with a picture.
this is what my dialog box looks like. the *'s are buttons. what i wish to do is, when someone presses any button, the hero gets the associated ability, and all of the buttons in the same column are disabled. this way, they would get 5 abilities (one from each column). However, i cant figure out exactly how to turn off multiple buttons when one is pressed. any help would be greatly appreciated. =)
EDIT: im pretty sure ive found it, all good