Foros del web
Iniciar Sesión
retroceder = function (lamov) { this.onEnterFrame = function() { currf = lamov._currentframe; if (currf>1) { currf -= 1; lamov.gotoAndStop(currf); } }; };
retroceder(this);