Button hover state stops working after running this.stop();
I am new to Animate and I have tried looking to see anyone else has had this issue but couldn't find anything...
I have a button that works as expected throughout my animation and the hover state works until a frame that I've added this:
this.stop();
I need to use this.stop(); to stop the animation until/unless a user clicks on a second button, at which point it runs a brief animation that slides an info panel in. I noticed that the button hover state stops working after this.stop(); runs...
Would this.stop(); prevent button hover states from working? Is there any way to keep the button hover state from breaking/stopping? Thanks!
