i've a very simple question!
for (var i = 1; i != 100; i++)
{
mc._x++;
}
the above code dosen't animate! because there is no delay in the code!is there any delay function in as?!
i can animate it with a "onEnterFrame" but i must use it in a function and "onEnterFrame" stucture makes some problem in my code!
thanks!
