Question
Controlling a loop html5
Hello,
In Animate HTML5, I've been trying for hours to solve the following problem and I don't know what to do: I would like to be able to set the number of loops to 3: why doesn't the following code work?
createjs.Tween.get(myPoint,{loop: 3})
Thank you very much for all the answers.
