Only situation I’m not able to achieve is when both Sport and Art are selected and then have condition for that status.
but when checking on button status to add a function there, it’s never sport and Art button status is true , in other words, never satisfying the condition (sportStatus == true && artStatus == true)
how to achieve this?
@daniel That’s right, I’m checking the button set by getToggleState(), but when sport is selected and then you select art, (sportStatus == true && artStatus == true) this condition should be satisfied right?
that doesn’t. or it needs to have both buttons selected at once…?
@daniel not sure if I’m following, I guess the condition or situation I mentioned is not in the tutorial, but that something similar I’m looking to implement
Could you share the actual code you’ve written that’s not working for you? There’s 1000 things that could lead to incorrect behaviour without actually seeing the code.