WrapBox controlled by button. How to hide it after time x?

I have a button that sets a wrap box visible, upon clicking the button. However, I would like the wrapBox to disappear when the mouse is UNHOVERED. The button that controls the visibility of the wrapBox has a flipFlop so with each click on the button, it appears and disappears. And I would like to keep this option active, but I would also like it to disappear when unhovered. I tried creating an on event mouse leave, it partially works but after the wrapBox has disappeared to make it reappear I have to click on the button twice and sorry if this is a really stupid question I can’t find a solution.

You will need to replace FlipFlop with a variable:

Hope I read the intention correctly.

1 Like

Oh yes. It work great. Thank you very much. As ever

Do I shall add multiple on mouse leave? It’s seem not possible.

Ok Sequence. I’ve found it. Sorry