Ciao a tutti:

dove sbaglio?

stop();
loadMovie("img_pp01.jpg","img");
loadVariablesNum("testo_pp01.txt", 0);

Questo mi carica una foto in un mc e un txt in un campo testo.

Ma come faccio a caricare sullo stessissimo frame un secondo campo testo?

per capirici: ho provato

stop();
loadMovie("img_pp01.jpg","img");
loadVariablesNum("testo_01.txt", 0);
loadVariablesNum("testo_02.txt", 0);

Ma ovviamente nn funziona...come faccio?

Ripeto: obbiettivo è caricare sullo stesso frame in due campi testo due txt esterne diverse.

Grazie mille!!!