mi spieghi questo allora:
this.onEnterFrame = function() {
for (i = 1; i <= n_foto; i++) {
alfa(_root["mc" + i], i);
(this["mc" + n_foto]._alpha > 90) && delete this.onEnterFrame;
}
};
non capisco bene cosa vorresti fare.