Answer the question
In order to leave comments, you need to log in
How to programmatically pause in Adobe Animate CC so that it works when converting to HTML5?
How to programmatically pause so that it works when converting to HTML5?
Meaning: when playing the animation, you need the frame to stop for n-seconds, and then play further until the next pause.
It must not be AS2/AS3 as it does not convert to "HTML5".
Answer the question
In order to leave comments, you need to log in
// pause will be 3 seconds
this.stop();
_this=this;
setTimeout(function(){_this.play()},3000);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question