dans current frame pour les 2 dernier t'a oublier un "r"
bon ;pour résoudre le problème essaye ceci :
this.onEnterFrame=function(){
if (_currentframe==3) {
gotoAndPlay (10);
}
if (_currentframe==10) {
gotoAndPlay (15);
}
if (_currentframe==20) {
stop();
}
}
alo