0
using buttons
New Here
,
/t5/animate-discussions/using-buttons/td-p/12081497
Jun 01, 2021
Jun 01, 2021
Copy link to clipboard
Copied
I'm creating a simple web page as a test. It has a button symbol on it. The mouseover frame does not work. It gives this error in every browser I try: When trying to create button symbols with up state and mouse over state I get this error in the web page: This is most likely due to security restrictions on reading canvas pixel data with local or cross-domain images. 40 createjs.min.js:13:6713
What do I need to do to make Animate successfully create a page with a mouseover button. Also when I try to attach code using the snippets panel to make the movie stop when the button is clicked it does not work. It gives a similar error.
​
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/using-buttons/m-p/12081832#M344471
Jun 01, 2021
Jun 01, 2021
Copy link to clipboard
Copied
add
stage.enableMouseOver();
to your code
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

