01/04/2005, 20:06
|
| | | Fecha de Ingreso: enero-2002 Ubicación: 000's DiMensiOn
Mensajes: 979
Antigüedad: 23 años 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... |