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;
}
};
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;
}
};
:: Copyright KIRUPA 2024 //--