Comunidad de diseño web y desarrollo en internet online

Ejecutar funciones dinamicamente

Citar            
MensajeEscrito el 19 Ene 2012 11:01 pm
Necesito ejecutar una función distinta cada vez que se ejecuta el mismo evento.

Es decir,

Código ActionScript :

onEnterPanel(numeroDePanel){
           panel[numeroDePanel]In();
}
onEnterPanel(2);


//entonces se ejecutaria
//panel2In();



Como puedo lograr que esto funcione?

grcias :swat:

Por negal

20 de clabLevel



 

chrome
Citar            
MensajeEscrito el 19 Ene 2012 11:51 pm
lo solucioné así:

Código ActionScript :

   onEnterPanel(numeroDePanel){
      this["panel"+numeroDePanel+"In"]();
   }



pueden cerrar. Disculpen y gracias :meditar:

Por negal

20 de clabLevel



 

chrome

 

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