Bonjour
J'ai un probleme avec ce script :
_root.myArray[_root.numcintre] = 0;
function wait() {
clearInterval(inter);
_root.c = 0;
_root.tempo = 0;
removeMovieClip(_root["ch"+numero]);
gotoAndPlay(205);
}
stop();
inter = setInterval(this, "wait", 15000);
Normalement a la fin des 15s le clip "ch"+numero devarit disparaitre amsi cela ne marche pas.
Alors que sur une autre frame le removeMovieClip(_root["ch"+numero]); marche.
Je ne comprend pas d'ou vient le probleme.