ac_mc.onEnterFrame =function(){ if(_root._xmouse<100){ but_mc._x+=5; }else if(_root._xmouse>450){ but_mc._x-=5; }