I've created an animated scene in Flash, with a bar chart. The bar is a MovieClip symbol containing a large rectangle and a TextField. I'd like to access the TextField using actionscript, but I can't seem to reference it.
Each bar in the scene has its own instance name, so that's easy to find.
But how do I modify the text in the textfield within the symbols?
I tried giving the textfield an instance name within the symbol, but that didn't help. Could someone help me figure this out?