Dynamic text doesn't show
Hi everybody!
I just want to know why a dynamic text doesn't show in the swf movie.
Let me explain a little more:
I have a mc within a main time line in wich is another mc,
this mc have photos and a dynamic text who must be scrolled to view all of it,
but the text doesn't appears! ![]()
Below you will see a snapshot of the mc where you can see the level of it also.

I've checked the actions script but there's no problem with it. here is the AS:
onClipEvent (enterFrame) {
if (lMouseover) {
_parent.text3.scroll -= 1;
}
}
Well, when I test the fla, I can't see the text3 in the outgoing swf.
Could anybody tell me what I'm doing wrong?![]()
many thanks in advance for any help