23/07/2004, 16:52
|
| | | Fecha de Ingreso: julio-2004
Mensajes: 5
Antigüedad: 20 años, 4 meses Puntos: 0 | |
prueba esto
onClipEvent (enterFrame) {
cargado = this.getBytesLoaded();
if (cargado>=total) {
this.gotoAndStop(2);
delete this.onEnterFrame
}
}-------------------------------------------------------------------------- |