Then, you are ready to create the actions to make the whole thing work:
o frame 1 has these actions:
q = 1;
text = "this is where
you put your text";
stop();
o frame 2 has these actions:
if (q
textbox = text.substring(0,
q);
q++
} else {
textbox = text;
gotoAndStop(1);
} o frame 3 has these actions:
gotoAndPlay(2);