Dynamic text is inside movieClip
i have MovieClip in the library cal mc_text and i attach to the stage with code
this code
var textku:mc_text = new mc_text();
addChild(textku);
textku.x = 750;
textku.y = 400;
textku.text = "my Text";
i don't have error but "my Text" not show
any have solution please
