+ o - è così ma non mi ricordo se ho scritto bene current e total verifica sulla guidaCodice PHP:
mc.onPress=function(){
this.gotoAndPlay(35)
controlla()
}
function controlla(){
mc.onEnterFrame=function(){
F=this._currentFrame
T=this._totalFrame
if(F == T){
mc1.gotoAndStop(1)
delete this.onEnterFrame
}
}
}
Ciao