Btn prob

having probs with hiding btn when it reaches the end of MC.
it’s not working.


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