Copy link to clipboard
Copied
Hi
i work in flash for a canvas project in js,
like to use setInterval to play the stoped timeline aftrer 3 sec
i try those but not working
Any help please?
/* js
this.stop();
setInterval(function(){ this.play(); }, 3000);
*/
or this
/* js
this.stop();
var myVar = setInterval(function () {peximo()}, 3000);
function peximo() {
this.play();
}
*/
Copy link to clipboard
Copied
use the ticker class.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now