
esto pasa cuando paso de un boton al otro verticalmente, horizontalmente no aparece el error.
Aki el link de el archivo swf :http://darksitel.com/es/es3.swf
Código ActionScript :
portfolio_mc.onRollOver=function(){ onEnterFrame=function(){ if(portfolio_mc._currentframe!=20){ portfolio_mc.nextFrame(); }else{ this.stop(); delete this["onEnterFrame"]; } } } portfolio_mc.onRollOut=function(){ onEnterFrame=function(){ if(portfolio_mc._currentframe!=1){ portfolio_mc.prevFrame(); }else{ this.stop(); delete this["onEnterFrame"]; } } }