Una vez mas etmoreno, eso no es lo que yo quiero.
Pero gracias por tu tiempo
yo quiero algo asi:
Código:
if (1)
{
if (2)
{
if (3)
{
if (4)
{
if (5)
{
if (6)
{
if (7)
{
}
else
{
selected = "subdata/subsection_company.swf";
}
else
{
selected = "subdata/subsection_services.swf";
}
else
{
selected = "subdata/subsection_portfolio.swf";
}
else
{
selected = "subdata/subsection_accolades.swf";
}
else
{
selected = "subdata/subsection_experimental.swf";
}
else
{
selected = "subdata/subsection_equipment.swf";
}
else
{
selected = "subdata/subsection_contact.swf";
} // end if
} // end if
} // end if
} // end if
} // end if
} // end if
} // end if
trace("loading selected : " + selected);
loadMovie(selected, "_root.sectiondeck");
Código:
on (press)
{
hiliter.hilite(1);
}
on (rollOver)
{
A.gotoAndPlay("on");
}
on (releaseOutside, rollOut)
{
A.gotoAndPlay("off");
}