aweiss 0 Posted October 12, 2007 Hello, I'm seeking to do a simple function in a game. My hope is to be to make an exe that will click, drag an item(same spot or in a a small area), each time, waiting a few seconds in between actions and looping. How much do I need to know just to understand this function and can you help? Share this post Link to post Share on other sites
JustinReno 0 Posted October 12, 2007 MouseClick() MouseClickDrag() sleep() For/Next loops Share this post Link to post Share on other sites
aweiss 0 Posted October 13, 2007 MouseClick()MouseClickDrag()sleep()For/Next loopsso those are the command, I can use this and automacrogenerator to fill in the rest? Share this post Link to post Share on other sites
Thatsgreat2345 0 Posted October 13, 2007 check the help file, type those in and it will show you how to use them and give you a sample script to show what it all does. Share this post Link to post Share on other sites
aweiss 0 Posted October 13, 2007 check the help file, type those in and it will show you how to use them and give you a sample script to show what it all does.Wow, got it now, thanks a lot guys. Share this post Link to post Share on other sites