Skip to main content
Known Participant
February 23, 2021
Question

Animation of Avatar in Apps

  • February 23, 2021
  • 1 reply
  • 420 views

Good evening everyone!

I have an application in HTML5 canvas and I want to add some basic animations of two characters in the main page. 

I added one character (make him a symbol graphic) and then inside the symbol I made a motion tween with the alpha parameter (for that I remake a new symbol graphic, so a symbol inside a symbol).

In the stage, I see the changes ok and everything, but when I publish to see the result in the browser, the animation is not visible at all. What I did wrong here?

Help if know the problem, please!

    This topic has been closed for replies.

    1 reply

    kglad
    Community Expert
    Community Expert
    February 23, 2021

    open your browser's developer console and check for errors.

    Known Participant
    February 23, 2021

    The mistakes that the console shows are the following:

    But I do not understand the meaning in the animation perspective... "Not Found"...What exactly not found, if I see it in my stage and when I play it ( in my stage it´s ok)?

    Joseph Labrecque
    Community Expert
    Community Expert
    February 23, 2021

    You can ignore the favicon warning. The second warning is letting you know that the property 'x' is being addressed on an object referece that doesn't exist in your code.