I am completly new to autoit but i need it because it works for a problem i need to solve:
I want to click on different stuff in the corner of my screen. It goes 3 up then adjust the window and clicks the new 3 (works so far). Then if you press the up button it should go up again (it doesnt).
It needs to be triggered by keys and is just clicking up and down.
My problem is that it makes sense in my head what i did there but i have no idea how to tell autoit what i want.
I guess i used to many whiles cause thats the only thing that worked for me. the "Key" function is the same as _ispressed and 1 while alone it would even run up or down (the 1 click in between adjusts the window)
i am sorry for the huge mess i did there...please try to fix it!
AutoIt
#include "Key.au3" ; going down $all = 1 $u = 1 $i = 1 $i = $i + 1 $i = $i + 1 $i = $i + 1 ; going up $i = $i + 1 $i = $i + 1 $i = $i + 1 ; change direction logic ; from down to up $i = 6 $i = 6 $i = 7 $i = 8 ; change direction logic ; from down to up $i = 2 $i = 2 $i = 3 $i = 4