Hi,
Im having a problem with this little simple code but i cant figure out how to fix it
[AS]
defineMC = âtextmâ; //giving the variable defineMC âtextmâ
_root.createTextField(defineMC,1,50,100,200,100); //creating a textfield with the instancename âtextmâ
_root.defineMC.variable = âtextpâ; //sets the variable of the textfield to âtextpâ
_root.textp = âhejâ; //sets the textfieldâs text to âhejâ
[/AS]