I haf a Kooastchan... err I have a question!
Is it possible to make 2 functions or somethin at once.. i cant explain.. ..
i try an example:
timer += 1;
if (timer == maxtime){
duplicateMovieClip(thing,"thong"+i, i);
timer = 0;
}
is it possible to make the duplicate twice if timer == maxtimer and three times if timer == maxtimer again?
like:
timer += 1;
if (timer == maxtime){
duplicateMovieClip(thing,"thong"+i, i) *= 2;
timer = 0;
}
lol, i think thats wrong :P