Ok, so what I want this script to do is to move the mouse down slightly along the y axis, and then after the loop is done redefine the mouse position, and move the mouse down again based on the new position. Instead what it does is move the mouse down based on the first time the mouse position variable was established.
Doesn't the variable get redefined every time the loops exits and starts over again?
What am I doing wrong?
Spoiler