Hide btn

i am trying to hide my btn when it reaches the end of my MC.
but its not working.


hidenext = function () {
    if (loc>slider_mc._width-335) {
        _root.nextMC._alpha = 0;
    }
};