Hello,
I am making a project where when the user rolls over the stage(this.addEventListener) I set a function that makes a button appear(using timeline animation -> gotoAndPlay method).
When the user rolls out of the stage the button disappears.
So the problem is when the user quickly rolls out of the stage and right back in, the button stays invisible. I remember this being a common issue but not really recall how to fix it.
I tried removing the event listeners inside the function but it didn’t work.
Any ideas? :bored: