beckersbesters
Mitglied
Hi,
wie kann mit AS den cool Clip in der for Schleife ansprechen, ich bekomme eine Krise.
wie kann mit AS den cool Clip in der for Schleife ansprechen, ich bekomme eine Krise.
PHP:
stop();
frage1 = "fdfnsjdfns";
frage2 = "gsgdfgsd";
frage3 = "xcvbcxbx";
frage4 = "";
frage5 = "";
antwort1 = "1";
antwort2 = "2";
antwort3 = "";
antwort4 = "";
antwort5 = "5";
var fragegesamt = 0;
if (frage1) {
fragegesamt += 1;
}
if (frage2) {
fragegesamt += 1;
}
if (frage3) {
fragegesamt += 1;
}
if (frage4) {
fragegesamt += 1;
}
if (frage5) {
fragegesamt += 1;
}
trace(fragegesamt);
inni.attachMovie("thefragen", "fragen", 1);
for (var i = 0; i < fragegesamt; i++) {
inni.fragen.attachMovie("Checkbox", "cool"+ i, i);
inni.fragen[cool+i].label = frage+i;
}