спасиб за ответ, но я не это хотел узнать) уже все поправил, если кому надо будет, то вот:

Код AS1/AS2:
function onClick(mc1:MovieClip,mc2:MovieClip)
{
var currentBtn:Number = mc1.id;
if(currentBtn == 0)
{
mc2.Info.Infot.setTextFormat(format_2);
mc2.Info.Infot.setTextFormat(0,format_1);
mc2.Projects.Projectst.setTextFormat(format_1);
mc2.Contact.Contactt.setTextFormat(format_1);
}
if(currentBtn == 1)
{
mc2.Projects.Projectst.setTextFormat(format_2);
mc2.Projects.Projectst.setTextFormat(0,format_1);
mc2.Info.Infot.setTextFormat(format_1);
mc2.Contact.Contactt.setTextFormat(format_1);
}
if(currentBtn == 2)
{
mc2.Contact.Contactt.setTextFormat(format_2);
mc2.Contact.Contactt.setTextFormat(0,format_1);
mc2.Info.Infot.setTextFormat(format_1);
mc2.Projects.Projectst.setTextFormat(format_1);
}
mytween_2.reverse();
mytween_3.reverse();
onEnterFrame = function ()
{
if(men_two._x>340)
{
mytween_2.play();
delete this.onEnterFrame;
}
}
}
Твины лень дописывать, но думаю логика понятна...