0
Flash canvas, JavaScript - setInterval
New Here
,
/t5/animate-discussions/flash-canvas-javascript-setinterval/td-p/6760929
Jan 06, 2015
Jan 06, 2015
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();
}
*/
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/flash-canvas-javascript-setinterval/m-p/6760930#M150658
Jan 08, 2015
Jan 08, 2015
Copy link to clipboard
Copied
use the ticker class.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

