MouseMove is giving me headaches
Moderators: JRL, Dorian (MJT support)
-
- Newbie
- Posts: 18
- Joined: Sun Dec 22, 2002 2:41 am
MouseMove is giving me headaches
Ok my macro is nearly perfect now. However, for some weird reason sometime when a "Mousemove" command runs, the mouse doesn't go directly to the place it suposed to go. Instead, the mouse first go to some unrelevant location (usually below and to right of the real target ) , then go to the true target. While this may seems harmeless, sometime the macro click on this "false" location before the mouse has time to go to the real location. As you may suspect, this generally screw up everything. Does anyone here have an idea of what is wrong ?
Hi,
Can you post your script or send it to [email protected] so that we can work out why you are getting this peculiar behaviour.
Can you post your script or send it to [email protected] so that we can work out why you are getting this peculiar behaviour.
MJT Net Support
[email protected]
[email protected]
Hi Guillaume777,
There are numerous possibilities to start with:
1. Do you specify absolute or relative coordinates for your MouseMove commnad? Plesae refer to the online help under the title "Creating Scripts."
2. Are there other Windows applications running simultaneously?
3. Have you issued SetFocus command before MouseMove?
It would be helpful if you could kindly enclose some portion of your MacroScript.
There are numerous possibilities to start with:
1. Do you specify absolute or relative coordinates for your MouseMove commnad? Plesae refer to the online help under the title "Creating Scripts."
2. Are there other Windows applications running simultaneously?
3. Have you issued SetFocus command before MouseMove?
It would be helpful if you could kindly enclose some portion of your MacroScript.
-
- Newbie
- Posts: 18
- Joined: Sun Dec 22, 2002 2:41 am
I've heard similar reports of games causing the mouse to move - it could be some kind of anti-macro attempt - but there always appear to be workarounds.
MJT Net Support
[email protected]
[email protected]
how did u do that?Guillaume777 wrote:To tell the truth, the macro I am creating is for an online game. As such, I'm pretty sure the bug is caused by the game itself, and not the macro scheduler. However, I managed to bypass the problem in a very simple yet effective way, so I guess my problem is fixed.