Copy link to clipboard
Copied
Good Afternoon,
I created a button in Adobe Animate CC. I want to display a circle when I mouse over the button. How do I do that with Javascript in Adobe Animate?
Thank you
Copy link to clipboard
Copied
use stage.enableMouseOver() and add a 'mouseover' listener to your button.
Copy link to clipboard
Copied
Another approach is to go into the button and make the Over frame have the circle in it. The Hit frame can be just the shape of the basic button, so that when you move outside of that area the circle would go away.
Copy link to clipboard
Copied
Thank you this seemed to work
Find more inspiration, events, and resources on the new Adobe Community
Explore Now