if I want to make a macro for a tri peeks game. Will I have to use the GetPixelColor> comand to move the cards or is there another way of doing it?
Biz
question
Moderators: Dorian (MJT support), JRL
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Don't know the game, but this may work as a Drag/Drop:
//Move the mouse over the card to be moved
MouseMoveRel,X1,Y1
//Click the mouse Left button, and keep the button down
Ldown
//Move mouse to destination position
MouseMoveRel,X2,Y2
//Release the mouse Left button.
Lup
//Move the mouse over the card to be moved
MouseMoveRel,X1,Y1
//Click the mouse Left button, and keep the button down
Ldown
//Move mouse to destination position
MouseMoveRel,X2,Y2
//Release the mouse Left button.
Lup
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact: