Team Cape Posted November 15, 2016 Posted November 15, 2016 E.g. If I'm scrolling through the world hopper, for example, I'm forced to manually press the button to scroll through it. I've tried dragging the mouse down using a MouseMoveEvent and using mouse.scroll() until a condition is met. Neither have worked. Does anybody have a better method of scrolling through lists like this?
Khaleesi Posted November 15, 2016 Posted November 15, 2016 Did you try this? getMouse().scrollDown(); getMouse().scrollUp();
Team Cape Posted November 15, 2016 Author Posted November 15, 2016 Did you try this? getMouse().scrollDown(); getMouse().scrollUp(); Ahh my mistake - I didn't mean to post it in here (could you move it into the scripter section?) Also, those didn't work for me. I tried doing those while the proper condition wasnt met, but it did not act as i expected