biplab54 Posted November 14, 2019 Report Share Posted November 14, 2019 Hello all, Is it possible to change the X,Y position of "Mouse Move" based on the User Input? User Input - like we get for Repeat Prompt Start! I need it for one of my application where where menu structure changes based on the configuration. Item in the menu goes Up or Down based on the configuration. Quote Link to comment Share on other sites More sharing options...
Cory Posted November 14, 2019 Report Share Posted November 14, 2019 Variable Set Integer has a user input option. Quote Link to comment Share on other sites More sharing options...
acantor Posted November 15, 2019 Report Share Posted November 15, 2019 // Ask the user for starting coordinates... Variable Set Integer %x%: Prompt Variable Set Integer %y%: Prompt // Move the mouse pointer to these coordinates... Mouse Move: %x%, %y% Relative to Screen 1 Quote Link to comment Share on other sites More sharing options...
biplab54 Posted November 15, 2019 Author Report Share Posted November 15, 2019 Thanks @Cory, @acantor. I think Variable Set Integer is the perfect option I am looking for. I will try that. Quote Link to comment Share on other sites More sharing options...
Cory Posted November 15, 2019 Report Share Posted November 15, 2019 You're welcome. 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.