Salve,
ho un poproblema relativo molto probabilemnte alla visibilità delle variabili....

trace(this.myarray[i].attributes.nome);
tellTarget("_level0.cartina1.comuni."+myarray[i].attributes.nome)
trace(this.myarray[i].attributes.nome);

In questo codice, il primo trace restituisce un valore mentre il secondo restotuisce 'undefined'.

Sapete suggerirmi come fare per risolvere?

Grazie, qwerty72