Amerifax-Bob Posted November 21, 2009 Report Share Posted November 21, 2009 Once I create the following: Get Mouse Position into (%N[1]%, %N[2]%) Relative to Current Window How do I use the "Goto" to get to the location? Bob Quote Link to comment Share on other sites More sharing options...
Cory Posted November 21, 2009 Report Share Posted November 21, 2009 That is not what the Go To does. .................................................... Go To jumps to a different place in the process of your script. Please read the help file. I don’t know what it is you are trying to do but you might be wanting to Mouse Move and Mouse Click to move into a text field or something. Quote Link to comment Share on other sites More sharing options...
kevin Posted November 21, 2009 Report Share Posted November 21, 2009 To move the mouse to the coordinates %N[1]%, %N[2]% use the Mouse Move: %N[1]%, %N[2]% Relative to Current Window macro command. Quote Link to comment Share on other sites More sharing options...
Amerifax-Bob Posted November 22, 2009 Author Report Share Posted November 22, 2009 I thought the Goto would let me go to the location that I saved as a Variable. Bob Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.