Skip to main content
charlesn79540358
Inspiring
October 10, 2017
Question

Mouseover in Javascript

  • October 10, 2017
  • 2 replies
  • 296 views

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

    This topic has been closed for replies.

    2 replies

    Colin Holgate
    Inspiring
    October 10, 2017

    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.

    charlesn79540358
    Inspiring
    October 11, 2017

    Thank you this seemed to work

    kglad
    Community Expert
    Community Expert
    October 10, 2017

    use stage.enableMouseOver() and add a 'mouseover' listener to your button.