Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/10/2004, 06:19
Benemerit
 
Fecha de Ingreso: julio-2004
Mensajes: 127
Antigüedad: 19 años, 9 meses
Puntos: 1
_global.punto_flotante=3
MovieClip.prototype.FNround=function(p_value){retu rn ((Math.round(p_value*(Math.pow(10,punto_flotante)) ))/(Math.pow(10,punto_flotante)))}
i_numero=setInterval(function(p_stop){
!v_inc ? v_inc=0.001 : v_inc+=0.001
v_resul=FNround(v_inc)
t_texto.text=v_resul; //t_texto es el nombre de instancia de un objeto Texto
if(p_stop==v_resul){clearInterval(i_numero);trace( "STOP")}
},1,2) //Donde 1 es el intervalo de tiempo entre recursividad y 2 es el momento en el que quiero que se detenga.
__________________
ArteCastellano.com Pintura y fotografia española.
LlanosLerma.com - Galeria de pintura de Llanos Lerma. Vida y obra
Madpixel Games - A jugar un rato