Team Cape Posted November 15, 2016 Share 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? Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted November 15, 2016 Share Posted November 15, 2016 Did you try this? getMouse().scrollDown(); getMouse().scrollUp(); Quote Link to comment Share on other sites More sharing options...
Team Cape Posted November 15, 2016 Author Share 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 Quote Link to comment Share on other sites More sharing options...
Mojo Posted December 26, 2019 Share Posted December 26, 2019 Any solution found for this? Quote Link to comment Share on other sites More sharing options...