I need help

Hello everyone! I’m going to need your help again in doing some effect in Flash. Can anyone make an effect on text that looks like somone is writing the text?

Thanks in advance. (-:

text = “what ever goes here”;
myTextField.wordWrap = true
this.onEnterFrame = function() {
myTextField.text = text.substr(0, count);
count += 2;
};

Thanks for the quick reply! =)

i just added myTextField.word…so you won’t have trouble setting it manually, i also can provide a better solution using setinterval, but i don’t have time to do that now.