nextframe=function () {
gotoAndPlay(2);
for (z=1; z<=108; z++) {
nome = "mask"+i;
this.mask[nome].removeMovieClip();
}
}

io voglio richiamare questa funzione.. con un click del mouse... come si fa?

e se voglio fare una navigazione con i tasti del cursore tipo "prev" "next"?

Grazie