0
Mouseover in Javascript
Participant
,
/t5/animate-discussions/mouseover-in-javascript/td-p/9449202
Oct 10, 2017
Oct 10, 2017
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/mouseover-in-javascript/m-p/9449203#M173342
Oct 10, 2017
Oct 10, 2017
Copy link to clipboard
Copied
use stage.enableMouseOver() and add a 'mouseover' listener to your button.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/animate-discussions/mouseover-in-javascript/m-p/9449204#M173343
Oct 10, 2017
Oct 10, 2017
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
charlesn79540358
AUTHOR
Participant
,
LATEST
/t5/animate-discussions/mouseover-in-javascript/m-p/9449205#M173344
Oct 11, 2017
Oct 11, 2017
Copy link to clipboard
Copied
Thank you this seemed to work
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

