I've a problem. I put lots of clips in the scene with attachmoovie and I give it name: "filmato"+a
(a increasing)

this is the AS code:

------------------------------
if (PIPPO[round]>0) {
a++;
this.attachMovie("FILMATONE", "filmato"+a, this.getNextHighestDepth(), {_x:0, _y:a*100});}
---------------------------------

inside "FILMATONE" i have a text box called "qwer"
then I want to modify the text of the textbox inside the clip, but I have problem with the target... I can't handle the "filmato"+a...

(sorry for bad english...)