Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/03/2008, 07:47
Avatar de RollerSky
RollerSky
 
Fecha de Ingreso: marzo-2008
Mensajes: 123
Antigüedad: 16 años, 1 mes
Puntos: 8
Re: contador tiempo para galeria fotos

Hola pruebalo asi:
var count:Number;

IniciarPresentacion.onRelease = function()
{
for (i=0;i<Fotos.length;i++)
{
visor.loadMovie(Fotos[i]);
count++;
}
}

salu2