Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/06/2007, 18:18
Rizzo
 
Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 17 años, 6 meses
Puntos: 30
Re: Sin dias, solo horas, minutos y segundos y en marquesina horizontal

no funciona tu codigo.

Código:
onClipEvent (load) {
_root.text = "ActionScript.org ... We put the 'nScri' in 'ActionScript'!... hey give me some credit! I had to think of some text to put here!     "
}
onClipEvent (enterFrame) {
	tmp = _root.text.substr(0, 1);
	_root.text = _root.text.substr(1, _root.text.length-1)+tmp;
}


que version de AS es 1 ó 2?