Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/10/2009, 03:30
Jamlet
 
Fecha de Ingreso: mayo-2008
Mensajes: 163
Antigüedad: 16 años
Puntos: 1
Respuesta: Asignar acciones a clips creados dinamicamente

Conseguí solucionarlo

Código actionscript:
Ver original
  1. _root.menu_mc["bajo"+identidad].ruta = aRutaI[i]
  2. _root.menumc["bajo"+identidad].onRelease = function(){
  3.       cargarImagen(this.ruta);
  4. }