C
C
c0smo2016-08-16 16:49:50
Adobe
c0smo, 2016-08-16 16:49:50

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

1 answer(s)
D
Dyatchin Dmitry, 2016-08-24
@DimZ

// pause will be 3 seconds
this.stop();
_this=this;
setTimeout(function(){_this.play()},3000);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question