Actionscript help

Hi there,

I’m having a little problem with a schoolproject I’m working on.

I have one movieclip that contains the whole alfabet, with each letter on a frame, with a marker. So eg first frame letter a with marker a, etc. Now I want it to play ans stop at a certain letter.

So I make a duplicate :

_root.ab.duplicateMovieClip(“ab” add c, c);

But then it needs to go to the marker AND play all the frames till that marker and stop there but with this line it jumps right to the marker so you don’t see all the letters shuffling :
(eg rech = a)

_root[“ab” add c].gotoAndStop(rech);

Is there a solution, maybe without markers to do that. I’d appreciate any help.

-Droop (pietsanty@hotmail.com)