Custom class help (nav)
Custom class help (nav)
Out of context: Reply #2
- Started
- Last post
- 8 Responses
- Fariska0
And.... you can create a variable (property) on your button which holds if the state of the button (active = true or false)
better doing it using a setter/getter
and then on the function that checks which button is active or not you can trigger the active status from there setting something like
mybtn.active = true (or false)Hope this make sense