dup = function () { var x = mc.duplicateMovieClip("mc"+(++count), count); x.rate = 1000/(1+random(24)); x.playID = setInterval(x, "nextFrame", x.rate); };