Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/12/2007, 16:21
Avatar de SinguerInc
SinguerInc
 
Fecha de Ingreso: octubre-2007
Ubicación: Barcelona, España
Mensajes: 551
Antigüedad: 16 años, 6 meses
Puntos: 5
Re: hacer un carrusel con texto

es mas facil de lo que tu crees amigo

foto.onLoad = function() {
texto = "texto a rotar en carrusel (en realidad en texto es más largo)";
}
foto.onEnterFrame = function() {
tmp = texto.substr(0, 1);
texto = texto.substr(1, texto.length-1)+tmp;
}

Estoy desarrollando un nuevo juego "PanQueso", te gustaria verlo?, link en mi firma. Comentarios?
__________________
/blog.singuerinc.com