Page 1 of 1

button stat

Posted: Fri Jan 15, 2016 10:15 pm
by JCummins
I would like to create a button that the "selected" state stays in in the selected state until another button is picked. The "normal" and "mouse over" states work fine and is pretty straight forward. But the "selected" state dose not seam to work.

Any ideas?

Re: button stat

Posted: Fri Jan 29, 2016 11:24 am
by Hopki
Hi Cummins,
You would stack two buttons on top of each other.
The first would have normal and hover state and set to visible.
When clicked it would hide self, and show the second button that would have visible deselected by default. The second button would have the click state showing.
This button would then have a clicked hide self action with a show action to the first button.
Regards,
Hopki