dijon316
July 18th, 2002, 02:19 PM
I want to be able to create a text field on a movie clip that is already established. I can create a text field on the main flash window, but I am unable to create a text field on a movieclip on the flash window.
My MovieClip is called Background with an instance name of myBackground. I try the following line among others I have tried:
myBackground.createTextField("mytext",1,0,0,100,50);
mytext.text = "hello";
Am I referencing the movie clip correctly?
I have checked the Complete Reference for Macromedia Flash MX, but could not find anything in there. It seems like that book only skims the surface.
Thanks for ANY help you could provide!
My MovieClip is called Background with an instance name of myBackground. I try the following line among others I have tried:
myBackground.createTextField("mytext",1,0,0,100,50);
mytext.text = "hello";
Am I referencing the movie clip correctly?
I have checked the Complete Reference for Macromedia Flash MX, but could not find anything in there. It seems like that book only skims the surface.
Thanks for ANY help you could provide!