Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/12/2006, 06:35
index000
 
Fecha de Ingreso: febrero-2005
Mensajes: 183
Antigüedad: 19 años, 2 meses
Puntos: 0
Re: Retardo en ActionScript

Hola, hay una funcion q es mortal:

Código:
setInterval( function(){ trace("interval called"); }, 1000 );
http://www.adobe.com/support/flash/a...ionary646.html

donde tienes el trace haces una funcion:

Código:
function miFuncion(){
trace("abro pagina")
}