Código :
for(i=1;i<22;i++){
this["chi" + i].loadMovie("estructura/imagenes/grafica/stikers/chicas/"+ i + ".jpg");
}
img=["bot"+i];
for(i=1;i<22;i++){
this["bot"+i].onRelease = function() {
if ( i < 21)
i=1;
ver.loadMovie("estructura/imagenes/grafica/stikers/grandes/"+ img + ".jpg");
}}
no se como hacer que cuando haga click en el "bot1" me aparezca la imagen 1.jpg en el mc "ver", en el "bot2" me aparezca la imagen 2.jpg y asi secesivamente.
Gracias de antemano.
