Hiya all

I'm new to Flash so excuse me if this is a stupid question... but here it goes.

I'm creating a flash-movie where I have all my code in external AS files, and therefore load all interface elements dynamically onto the stage. I create an empty movieclip (call it A) on the root, and attach another movieclip (call it B) to it (B is located in the library). Now I manipulate A back and forth, change colour of it and make it jump up and down and fade in and out. Ok, this all works fine ... but my problem is this: Now I have to attach a dynamically created textbox to A, so that when A moves the t.box moves too. I've done this, but even though I use textFormat for the textbox the colour of my text is always the same as of A ... so it's invisible!! (I know it's on the screen 'cause I made part of it stand a bit out of A, I can see the border, ie the colour.) Why is that? It's on a different level than B, it's created after A and B have fully loaded ... I'm stuck. Any ideas??

Any help is so much appreciated!!!

thanks in advance,
bk