Dynamic effect

[FONT=Calibri][SIZE=3]Ok I have a scene in which I want to dynamically scale in the word “Correct” letter by letter(with delay). I know there are many ways to do this, but there is one way that I have my focus on, however it doesn’t work.[/SIZE][/FONT]
[FONT=Calibri][SIZE=3]Basically I take the 7 letters, I turn them into movie clips and gave each individual class names [/SIZE][/FONT][FONT=Calibri][SIZE=3](ie “Letter1” – “Letter7”), then[/SIZE][/FONT]
[FONT=Calibri][SIZE=3]

for(var i:int = 1; i<=7;i++){[/SIZE][/FONT]
[SIZE=3][FONT=Calibri]var myText:* = new Letter + i + ();[/FONT][/SIZE]
[FONT=Calibri][SIZE=3]addChild(myText)[/SIZE][/FONT]
[FONT=Calibri][SIZE=3]}

[/SIZE][/FONT]
[FONT=Calibri][SIZE=3] [/SIZE][/FONT]
[FONT=Calibri][SIZE=3]I know this isn’t even close to the right way, but can anyone help me out[/SIZE][/FONT]