vorrei sapere come mai non funziona il secondo ATTACHMOVIE
function control() {
for (t=0; t<n; t++){
this.attachMovie("controlla", "controlla"+t , t);
this["controlla"+t]._x = 355;
this["controlla"+t]._y = 235+t*50;
this["controlla"+t].onPress=function(){
this.attachMovie("suggerimento", "sg"+t, t);
this["sg"+t]._x = 480;
this["sg"+t]._y = 235+t*50;
}
}
}
control();
grazie

Rispondi quotando
