Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

using buttons

New Here ,
Jun 01, 2021 Jun 01, 2021
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.
 
 
 
 
 
 
​
166
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 01, 2021 Jun 01, 2021
LATEST

add

 

stage.enableMouseOver();

 

to your code

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines