:puzzled: Nothing seems to work today!!:crying:
[COLOR=darkred]On my button I have this AS:[/COLOR]
on (release) {scroll();
}
[COLOR=darkred]And in my actions layer I have this:[/COLOR]
myFunction = scroll(); {
if (_root.SUB._x>440) {
_root.SUB._x += -30;
} else if (_root.SUB._x>-30) {
_root.page._x += (-40-_root.page._x)/8; _root.SUB._x += (0-_root.SUB._x) /2;
}
};
*I’d be truly greatful if someone could prevent me from pulling my hair out and having to spend the entire day trying to find out why this wont work…or at least what i’m doing wrong! *