Codice PHP:
mc.onPress=function(){
     
this.gotoAndPlay(35)
     
controlla()
}

function 
controlla(){

    
mc.onEnterFrame=function(){
         
F=this._currentFrame
         T
=this._totalFrame
        
if(== T){
             
mc1.gotoAndStop(1)
             
delete this.onEnterFrame
        
}
    }

+ o - è così ma non mi ricordo se ho scritto bene current e total verifica sulla guida

Ciao