16/11/2006, 21:13
|
| | | Fecha de Ingreso: agosto-2006
Mensajes: 382
Antigüedad: 18 años, 3 meses Puntos: 0 | |
colores = color.split("-",color);
cualusar = int(getTimer()/1000)%colores.length;
voyausar = colores[cualusar];
muy facil
en tu caso quita ese for horrible y solo pon esta linea
i = int(getTimer()/1000)%colores_array.length; |