Comunidad de diseño web y desarrollo en internet online

Efecto en carga de texto....

Citar            
MensajeEscrito el 18 Mar 2005 02:30 am
Alguien sabe como se hace el efecto en la carga de texto ke aparese en esta pagina: http://www.studiogusto.net/ esta en la parte de news.
Un saludo.

Por tachi

10 de clabLevel



 

msie
Citar            
MensajeEscrito el 18 Mar 2005 08:54 am
Bienvenido!

¿Qué efecto en concreto?

No se si te refieres al título que sale el texto letra a letra o que... prueba de decirnos exactamente que efecto y donde esta.

Deu!! ^^

Por Elecash

Claber

8126 de clabLevel

37 tutoriales
19 articulos
13 ejemplos

  Bastard Operators From Hell Desarrollador de GAIA Premio_Secretos Héroes

BarnaCity

clabbrowser
Citar            
MensajeEscrito el 18 Mar 2005 09:03 am
Fijate es el efecto ke hace el texto de la fecha blanca grande cuando entras en news y haces click en cualquier fecha ke esta en rosa se va cargando primero simbolos y despues el texto final.

Por tachi

10 de clabLevel



 

msie
Citar            
MensajeEscrito el 18 Mar 2005 02:30 pm

Código :

/* Código hecho por fael @ THERROR.corp
http://www.therror.com
txt = el texto a mostrar
dest = el textfield que lo va a mostrar */
this.createTextField("t", 1, Stage.width/4, Stage.height/4, 100, 100);
t.autoSize = "left";
MovieClip.prototype.THERROReffect = function(txt, dest) {
this.txt = txt;
this.textoLength = this.txt.length;
this.dest = dest;
this.inicio = 0;
this.onEnterFrame = function() {
this.inicio++;
this.randomTexto = "";
this.i = 0;
while (this.i<this.txt.length-this.inicio) {
this.randomTexto += String.fromCharCode(random(122-33)+33);
this.i++;
}
this.dest.text = this.txt.substr(0, this.inicio)+this.randomTexto;
if (this.inicio>=this.txt.length) {
delete this.onEnterFrame;
}
};
};
this.THERROReffect("las realidades no son las que te quieren vender\n diarios y televisión", t);

el ejemplo:
http://www.therror.com/documentos/110/efectos_de_texto/pag3

Por fael

BOFH

2443 de clabLevel

3 tutoriales
2 articulos

 

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.