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);
_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 funcionafor(i=0; i<12;i++)
{
_root.eval("mc_opciones"+i).gotoAndStop(2);
}
Como podria hacer???