Qalcuno sa dirmi il perchè non funzionaaaa!!!!!
ahhh sto impazzendo!!!
devo duplicare un clip chiamato contenitore con un loop in cui mi stampa a schermo variabili che cambiano di volta in volta che si cambia il testo.txt
che posso fare???
questo è il testo.txt
numrighe=3&a=1A|3||2A|4||3A|9
fotogramma 1
j = 0;
fotogramma 2
loadVariablesNum("testo.txt", 0);
var cont = _level0.numrighe;
var testo = _level0.a;
var uno;
var amb;
var num;
var i;
myArray = new Array();
arraystringa = new Array();
txt = new Array();
for (i = 0 ; i = j ; i++) {
myArray[j] = testo;
arraystringa = testo.split("||");
arraystringa[j]= uno;
txt = uno.split("|");
amb = txt[0];
num = txt[1];
//duplicateMovieClip(contenitore, "contenitore"+i, i);
//setProperty("contenitore"+x, _y, (25*y));
_root.contenitore.num = num;
_root.contenitore.amb = amb;
if (amb == null) {
gotoAndPlay("basta");
};
if (num == null) {
gotoAndPlay("basta");
};
j++;
}
non so più che farciiii
![]()
![]()