Classes in AS2

Hi. I’m a new user. My english is very poor…:puzzle: I have a question.

I want create a class that show a dynamic text in AS2. But this line into class fail:
this.createTextField(“myText”, 1, 0, 0, 200, 20);
myText.text = “Hi”;

This line and sucesives…In chance, in AS1 is ok…Why “myText” not exist into the class? :*(