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