Add the following to frame 3 var ctext = ctext+text.substring(0, 1);
text = text.substring(1);
gotoAndPlay (2);
There you go. That will loop the two actions. You can change the speed of its typing by
a) Changing your fps
b) Adding some space between the keyframes