TextField Blocked

<[email protected]> Wed, 8 Oct 2003 09:32:41 -0000
Newsgroups gmane.comp.web.ming.general
Message-ID <[email protected]>
Hi all, 

I made a dynamic TextField with a postgressql DB, I load a diferent 
text in the diferent sprites, int his TextField. I want to put a scroll 
control for this TextField, two buttons with actionscript ...text.scroll= 
text.scroll +1;. The scroll functions well but now the TextField is 
blocked, it doesen't change, it's allways the same in all frames. It 
happens when I put the line :

	    $t->setName("text1".$n); 
 
                    it happens too if the name is not dynamic, like:


                    $t->setName("text1"); 

Can anybody helps me? Thenks!

                                                                                  Albert.