Search found 25 matches
- Fri Jul 30, 2004 10:29 pm
- Forum: Technical / Scripting
- Topic: Ldown & Lup problem
- Replies: 1
- Views: 3930
Ldown & Lup problem
I'm trying to make a script that will : Move my mouse pointer (Y coords) -2 pixels (and keep moving it) anytime the left mouse button is pressed and stop moving the Y coords when the left mouse buutton is released. Can anyone whip up a quick example for me? this should be pretty easy, but i'm not ha...
- Sat Jun 12, 2004 8:50 pm
- Forum: Technical / Scripting
- Topic: Need "WaitWindowOpen" open help!
- Replies: 1
- Views: 3705
Need "WaitWindowOpen" open help!
I have a problem.
I need my script to wait for 2 different windows to open. (one or the other), then continue along my script.
How can this be done? Small example would be appreciated!
I need my script to wait for 2 different windows to open. (one or the other), then continue along my script.
How can this be done? Small example would be appreciated!
- Thu Apr 22, 2004 5:05 am
- Forum: Technical / Scripting
- Topic: Scratching my head ...
- Replies: 5
- Views: 7146
With GetWindowPos> you are defining the values of X,Y. In the next two lines you are redefining X,Y...........for what purpose? Why bother to do GetWindowPos>? I dunno, i guess i don't know what i am doing. I'm just trying anything and everything to get this working. I removed the trailing spaces. ...
- Wed Apr 21, 2004 8:32 pm
- Forum: Technical / Scripting
- Topic: Scratching my head ...
- Replies: 5
- Views: 7146
What i was trying to do was : a) Get the game screen position b) Click on a button at a fixed place on the game window Like i said in my previous post .. my script clicks the correct button the first time. When the script goes to do it a second time, it click the wrong location. (game screen positio...
- Tue Apr 20, 2004 8:25 pm
- Forum: Technical / Scripting
- Topic: Scratching my head ...
- Replies: 5
- Views: 7146
Scratching my head ...
I need help to figure out what i am doing wrong ... I'm trying to read the pixel color on a game screen to determin whether the user is playing in a small / large screen. If so, move the the approperate coords and Left Click and a bunch of other stuff .. (like killing popups) The problem is .. it wo...
- Tue Dec 16, 2003 6:13 am
- Forum: Technical / Scripting
- Topic: Finding numbers and letters in a window
- Replies: 1
- Views: 3637
Finding numbers and letters in a window
Is there a command(s) i can use to search a particular window for letters and numbers? (they are always different, so there is no way of telling what to look for) Basically i want to search X=10, Y=10 all the way to X=100, Y=100 for numbers and then store them (somewhere). Any help would be apprecia...
- Thu May 29, 2003 8:16 pm
- Forum: Technical / Scripting
- Topic: Press SPACEBAR
- Replies: 13
- Views: 18863
- Mon May 12, 2003 6:17 am
- Forum: Technical / Scripting
- Topic: adding registration?
- Replies: 1
- Views: 4425
adding registration?
Is there a way to make/add registration to a script?
Like, have the compiled macro work for apporx. 10 hours, after that, they'll need to enter in a code to unlock it to the full version?
If so, is there anyway to get examples?
Ken Jensen
Mobile Computer Service
Like, have the compiled macro work for apporx. 10 hours, after that, they'll need to enter in a code to unlock it to the full version?
If so, is there anyway to get examples?
Ken Jensen
Mobile Computer Service
- Thu May 08, 2003 7:39 pm
- Forum: General Discussion
- Topic: Window Activation Problem
- Replies: 9
- Views: 16512
I emailed you with the details you requested. Come to think of it .. I recently installed Norton SystemWorks 2003 on all my machines. I haven't used window activation macros since before the install. I'm wondering if for some odd reason, that this is messing things up? One of the Norton's features (...
- Thu May 08, 2003 4:36 pm
- Forum: Technical / Scripting
- Topic: GetPixelColor Problem
- Replies: 9
- Views: 13166
I probably could of explained myself a little better, but you answered my question. I have an idea on what i can do now. I just need to change my script around to follow closer to your example (using more of the variables) Thank you very much for taking the time to help me with this script the last ...
- Thu May 08, 2003 4:18 pm
- Forum: General Discussion
- Topic: Window Activation Problem
- Replies: 9
- Views: 16512
It's not critical for me to have this feature at this very moment but .. Yes, i'm still having problems with window activation. With schedual on/off & window title activate with * or not, i'm unable to get my macro to run (on window activation) Maybe it's just me. I'm using Windows XP Pro with SP1 I...
- Thu May 08, 2003 5:02 am
- Forum: Technical / Scripting
- Topic: GetPixelColor Problem
- Replies: 9
- Views: 13166
I wonder if it's possible to take this one step further .. In my script below, I have in bold MouseMoveRel>340,272 (Which is my start point of the search for the matching pixel color) Once it finds my color, it goes to Label>Ready. After MouseMoveRel>X,Y & LClick it goes back to Label>Macro. (which ...
- Wed May 07, 2003 10:11 pm
- Forum: General Discussion
- Topic: Window Activation Problem
- Replies: 9
- Views: 16512
- Wed May 07, 2003 8:11 pm
- Forum: Technical / Scripting
- Topic: GetPixelColor Problem
- Replies: 9
- Views: 13166
- Wed May 07, 2003 5:30 am
- Forum: Technical / Scripting
- Topic: GetPixelColor Problem
- Replies: 9
- Views: 13166
I must be doing something wrong. My script will read the X coords, but wont move or read the Y position. Label>Begin MouseMoveRel>340,272 Label>Start GetCursorPos>X,Y Let>X=X Repeat>X GetPixelColor>X,Y,S Let>X=X+1 If>%S%=8116190,Ready If>%X%>380,Start1 If>%Y%>316,Begin Until>X,382 Goto>Start Label>S...