Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/04/2005, 20:06
Avatar de goc00
goc00
 
Fecha de Ingreso: enero-2002
Ubicación: 000's DiMensiOn
Mensajes: 979
Antigüedad: 22 años, 3 meses
Puntos: 3
Código:
_root.onEnterFrame = function(){
   tf=this.getBytesTotal();
   lf=this.getBytesLoaded();
   tmp=Math.round((lf*100)/tf);
   barra._xscale=tmp;
   if(lf>=tf){
      delete _root.onEnterFrame;
      this.gotoAndPlay(2);
   }
};
__________________
GOC00 CominG soOn v2.0
CyA! & GooD LuCK...