ok allora basta che fai:

function controllo (mc,framen) {
var fra=mc._totalframes-mc._currentframe;
mc.gotoAndPlay(fra);
mc.onEnterFrame() = function () {
if (_currentframe==framen) {
mc.stop();
}
}
}

e nel primo pulsante:

on (release) {
_root.controllo(_root.NOME_DEL_CLIP_FILMATO,20);
}

nel secondo:

on (release) {
_root.controllo(_root.NOME_DEL_CLIP_FILMATO,40);
}

ecc. ecc.

prova non sono sicuro che funzioni però provare non costa niente