alert This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
user maxhenrry
maxhenrry (9)

real-time animation - animacion en tiempo real

English: This animation changes depending on time of day or night. Look at the animation when you change your clock time, eg 2:59 to 3:00 if the animation function and that is for every hour of the animation is executed

espaol: esta animacion cambia depende de la hora del dia o de la noche. fijate en la animacion cuando en tu reloj cambie de hora , ejemplo si es 2:59 a 3:00 la animacion...
more >
Listing url: cnv-vitarte.tk
1717 downloads, 22595 views

animacion time real actionscript


Download (25.09 KB)

Comments

You need to login to post a comment.

user kayume
kayume 8 years ago

i'm impressed it's amazing

user maxhenrry
the listing author maxhenrry 13 years ago

@juandarck28 aya algo asi esta el normal por cada hora :

if(hors>6 && hors<=7){_root.fondos_mc.gotoAndStop(1); // 7 a 7:59 am
}

--- aqui si es por media hora
if(hors>6 && hors<=7){ // 7 a 7:59 am
if(mins == 30){ // aqui se pregunta si es 30 o 0 minutos
_root.fondos_mc.gotoAndStop(1);
}else if(mins ==0){
_root.fondos_mc.gotoAndStop(1 /*<-- otro fotograma*/);
}
}

si ahy mas dudas diganme!

user maxhenrry
the listing author maxhenrry 13 years ago

@juandark28 aya es facil . donde comienza desde


if(hors>6 && hors<=7){_root.fondos_mc.gotoAndStop(1); // 7 a 7:59 am
}else if(hors ..etc............

preguntas por la horas y por el minuto osea hors y mins si hora es ejemplo 1 y mins es 30,, despues hors 2 y mins 0 lo estas dividiendo por cada 30 min ok.. nose si se entiende!

user sailorv5
sailorv5 14 years ago

nice man tks.
^^
i was looking for it.

user dequila
dequila 14 years ago

thanks...

user ALEPREMIER
ALEPREMIER 14 years ago

very good, as would be available a version in AS3

user juandark28
juandark28 14 years ago

hola una pequea pregunta maxhenrry...si yo quisiera hacer la animacion cada 30 minutos como haria?

user ALEPREMIER
ALEPREMIER 14 years ago

Publicar una versin AS3, me gust, felicitaciones

user maxhenrry
the listing author maxhenrry 14 years ago

gracias! =)
hasta lo pueden modificar, para cualquier uso! de horario!

user poisinivy
poisinivy 14 years ago

Really cool! Good Job Mate!