
I have a lot of these
So ..
1 (The first checkbox, i need the mouse to go to a spot like: 200,150)
2 (Second checkbox if that is checked it goes to 300,150
3 (Third bla bla bla)
4 (Fourth bla bla bla)
5 (Fifth bla bla bla)
So, basicly it checks which of them you checked, and then you press a start button and then it goes to all the locations which is coded togehter with the number..
Hope someone understands me and have a solution to this!
EDIT: i tried to play around with Getcheckbox, but didn't understand how it worked
My code example (which is wrong)
Label>Main
Wait>3
GetCheckBox>Human1,res
If>res=1,Human1
goto>Human1
endif
label>end
Label>Human1
mousemove>200,150
label>end
In this case Human1 is the caption of my checkbox