Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/05/2002, 01:05
OrCa
 
Fecha de Ingreso: enero-2002
Mensajes: 55
Antigüedad: 22 años, 3 meses
Puntos: 0
Re: scroll para texto dinámico

no entendi muy bien tu pregunta pero si lo que quieres es un scroll
estaria aasi

para hacer subir el texto (o leer mas abajo)
Código:
 
on (release) {
    texto.scroll=texto.scroll+1
}
para hacer bajar el texto (o leer mas arriba)
Código:
 
on (release) {
    texto.scroll=texto.scroll-1
}




<html><center><embed src="http://www.orca.galeon.com/firma.swf" height=60 width=300>
</embed></center></html>