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... more >
Keywords: animacion time real actionscript
| Author URL | cnv-vitarte.tk | |||
| Listing URL | cnv-vitarte.tk | |||
| Downloads | 1126 | Views | 13219 | |
| maxhenrry | ||||
|
User ratings for real-time animation - animacion en tiempo real. |
||||
More listings by maxhenrry
gravity and ... |
login valida... |
float and dr... |
float and sh... |
Enabling and... |
old film eff... |
Comments
You need to LOGIN to post a comment.
maxhenrry:
3 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!
maxhenrry:
3 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!



