Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/04/2006, 19:38
fightmx
 
Fecha de Ingreso: febrero-2003
Ubicación: D.F.
Mensajes: 163
Antigüedad: 21 años, 2 meses
Puntos: 22
Código:
function ejecutar(jp){
//_root.opc +jp + menu.gotoAndPlay(2);
//_root.men.opc + jp +.gotoAndStop(21);
_root["opc" + jp + "menu"].gotoAndPlay(2);
_root.men["opc" + jp].gotoAndStop(21);
}
Saludos.