movemc = function () { for (i=1; i<10; i++) { _root.mc._x = _root.mc._x*i; } }; setInterval(movemc,1000);