/ Published in: ActionScript
Perfect for banners
Expand |
Embed | Plain Text
var time = 1000; function next() { _parent.nextFrame(); clearInterval(timeOut); } timeOut = setInterval(next, time);
You need to login to post a comment.
Perfect for banners
var time = 1000; function next() { _parent.nextFrame(); clearInterval(timeOut); } timeOut = setInterval(next, time);
You need to login to post a comment.