Search found 2 matches
- Tue Dec 06, 2011 7:02 pm
- Forum: Beginners
- Topic: MouseMove Problem
- Replies: 2
- Views: 5058
I tried adding the extra code as you suggested, but the cursor just vanishes from the screen and nothing happens. Here's what I did: Label>Start GetCursorPos>origX,origY wait>1 Press NP1 wait>0.25 press NP1 wait>1 MouseMoveRel>40,0 wait>1 Press NP1 wait>0.25 press NP1 wait>1 MouseMoveRel>40,0 wait>1...
- Tue Dec 06, 2011 5:36 pm
- Forum: Beginners
- Topic: MouseMove Problem
- Replies: 2
- Views: 5058
MouseMove Problem
I wrote this macro to automate a task in a game, the problem is the mouse never comes back to the original position for some reason (it used to). I've also tried using MouseMoveRel but that did not solve the problem, please help :) Label>Start wait>1 Press NP1 wait>0.25 press NP1 wait>1 MouseMove>40...