Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/07/2006, 17:02
Avatar de richardinj
richardinj
 
Fecha de Ingreso: enero-2005
Ubicación: Ciber Espacio
Mensajes: 2.180
Antigüedad: 19 años, 3 meses
Puntos: 11
Ayuda con Logica por favor... no me sale... :(

Hola.. tengo un problema que no me funciona...
quiero convertir esto...

Cita:
_root.mc_opciones0.gotoAndStop(2);
_root.mc_opciones1.gotoAndStop(2);
_root.mc_opciones2.gotoAndStop(2);
_root.mc_opciones3.gotoAndStop(2);
_root.mc_opciones4.gotoAndStop(2);
_root.mc_opciones5.gotoAndStop(2);
_root.mc_opciones6.gotoAndStop(2);
_root.mc_opciones7.gotoAndStop(2);
_root.mc_opciones8.gotoAndStop(2);
_root.mc_opciones9.gotoAndStop(2);
_root.mc_opciones10.gotoAndStop(2);
_root.mc_opciones11.gotoAndStop(2);

En esto

Cita:

for(i=0; i<12;i++)
{
_root.eval("mc_opciones"+i).gotoAndStop(2);
}
Pero no me funciona

Como podria hacer???