Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/03/2005, 11:52
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
Si tienes ese código no verás nada del preload, pq no hay ningún bucle como bien dice TMeister. Deberías hacer algo como:

Código:
//TRABAJO CON RUTAS RELATIVAS POR SI ACASO
this.createEmptyMovieClip("mcLoader",1);
mcLoader.onEnterFrame=function(){
   if (this.getBytesLoaded()>=this.getBytesTotal()) {
     gotoAndPlay("inicio");
     delete mcLoader.onEnterFrame;
   }
   A = ((this.getBytesLoaded()/this.getBytesTotal())*100);
   porcentaje = Math.round(A)+"%";
   barra._xscale = A;
};
__________________
GOC00 CominG soOn v2.0
CyA! & GooD LuCK...