Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 82585

Flash setInterval for canvas js

$
0
0

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();

}

*/


Viewing all articles
Browse latest Browse all 82585

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>