Is it possibly to dynamically change states?
I enjoy the challenge of creating all my interactions on one artboard whenever possible. I cannot figure out how I can create a state that resets itself when clicked off of itself.
For example, I have a box visible in the "show" state. When it it cliked it is closed in the "hide" state. These child states are nested in a component with two states "A" and "B". The child states "show and hide" are only in parent state "B". I would like to go to state "A" in the parent and come back to state "B". When I return to "B" I should see the "show" state of the child whenever I select it.
Instead what I am experiencing is the "hide" state. Since I previously closed it it is not it is not in the "show" state when I return.
If this is not possible I can just create seperate artboards and make it work. Thanks.

