Hi,
I am trying to load /duplicate a simple movie clip and am unable to do.
I am attaching the code.
its simple but it doesnt seem to be working at all.
Ramya–
the code is pasted below:
operand1 = Math.random();
a1.text = Math.round(operand1*10);
counter = int(a1.text);
duplicateMovieClip(movblue,“myclip”,1)
stop();
here movblue is a movie clip.