Search found 4 matches
- Thu Dec 09, 2010 3:16 pm
- Forum: Beginners
- Topic: Conditional do loops (goto vs gosub?)
- Replies: 2
- Views: 4911
Thanks for helping me once again Marcus. After your post, I realized that my concept was unnecessarily complicated. I tweaked the short script you provided and now have everything working very well. In case I want to add more bells and whistles later, I will take hints from another thread I found la...
- Wed Dec 08, 2010 4:51 pm
- Forum: Beginners
- Topic: Conditional do loops (goto vs gosub?)
- Replies: 2
- Views: 4911
Conditional do loops (goto vs gosub?)
This question builds on a resolved thread I created yesterday. http://www.mjtnet.com/usergroup/viewtopic.php?t=6601 I have created a new thread, because this is a fundamentally different problem than the one Marcus helped me work through yesterday. I can't seem to get my code to post correctly on th...
- Tue Dec 07, 2010 4:42 pm
- Forum: Beginners
- Topic: Do loop with random wait time
- Replies: 2
- Views: 6676
- Tue Dec 07, 2010 3:17 pm
- Forum: Beginners
- Topic: Do loop with random wait time
- Replies: 2
- Views: 6676
Do loop with random wait time
I have very little programming experience and am new here. I am trying to do a simple task, but can't quite get it to work. Basically, I want to have the macro do a left click (no need to move the mouse), wait a random amount of time between 0.15 seconds and 0.20 seconds, hit the letter "a", wait 0....