1. I need to make the program understand the following
calculate: ypos + yposmove and save the value to ypos2. How can I do it?

I need to somehow calculate ypos + yposmove and then store the result as into ypos2.
When I use Msgbox, ypos2:%ypos2% to print the value of ypos2 it turns out like this ypos2:%ypos2%. This means that ypos2 is understood as a string. I need the program to understand ypos2 as value e.g 1023.

Can you copy paste your code, please?

2. I got and easy version of the move to work.
This works: MouseMove, 0,70,, R.

Quote Originally Posted by Cptan View Post
What is the 'screen' variable for? Isn't that the Speed parameter?
The Screen command: ; Interprets the coordinates below as relative to the screen rather than the active window. You can read about it in CoordMode section.

I was mixing hotkeynet and autohotkey with each others . I was reading the wrong guides from the net. Awesome what lack of sleep does to you! Had a 30 min blackout from my memory in the morning.