Right now, the tutorial for the infinite menu tells how to make the menu scroll right when the mouse is right of the center position and left when it is left of center. How do I make it scroll left when it is right of center and vice versa?
I’m sure there’s at least 1 person who knows the solution.
I’m putting this back on top until I get a solution. I searched the entire forum for any post having to do with this and still did not find anything. Someone pleeeaaaase help.
Make your speed negative;)
onClipEvent (load) {
xcenter = 150;
speed = -1/10;//watch the "-"
}
scotty(-: