Copy link to clipboard
Copied
Bonjour,
Lorsque je publie une animation, même vide, en JavaScript/HTML, j'obtiens cet avertissement : "Les numéros d’images dans EaselJS commencent à 0 au lieu de 1. Par exemple, ceci affecte les appels gotoAndStop et gotoAndPlay.".
Que faut-il faire ?
Nothing.
It's just warning you that in HTML5 (Canvas) documents, frames start from 0 instead of 1
So even if the in the IDE the first frame is 1, if you need to code something, you'll have to reference the first frame as 0, the second as 1, and so on.
This warning will always pop up.
Copy link to clipboard
Copied
Nothing.
It's just warning you that in HTML5 (Canvas) documents, frames start from 0 instead of 1
So even if the in the IDE the first frame is 1, if you need to code something, you'll have to reference the first frame as 0, the second as 1, and so on.
This warning will always pop up.
Copy link to clipboard
Copied
Thnak you!
Copy link to clipboard
Copied
You're welcome!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now