| Author |
Message |
Topic: Need help with Script A unpausing Script B and vise versa |
defrostedchemist
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Sat May 23, 2009 7:21 am Subject: Need help with Script A unpausing Script B and vise versa |
Wow, that works wonderfully. Thank you for the help.  |
Topic: Need help with Script A unpausing Script B and vise versa |
defrostedchemist
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Fri May 22, 2009 8:53 pm Subject: Need help with Script A unpausing Script B and vise versa |
Thanks for the tip!
I'm still having a bit of trouble though.
So far, I can get Script_B to send a message to Script_A to pause Script_A.
However, once paused, it seems that Script_A will no longer ... |
Topic: how quick press two button in a intermittent form? |
defrostedchemist
Replies: 3
Views: 141
|
Forum: Ask for Help Posted: Thu May 21, 2009 4:35 am Subject: how quick press two button in a intermittent form? |
This code will preform your desired function.
F1::
KeyWait,F1,D
Loop{
Send {F7}
Sleep 100
Send {F8}
Sleep 100
Send {F9}
Sleep 100
GetKeyState,state ... |
Topic: Need help with Script A unpausing Script B and vise versa |
defrostedchemist
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Thu May 21, 2009 3:29 am Subject: Need help with Script A unpausing Script B and vise versa |
Hi, I have a question about using a script to pause or unpause a second script and vise versa.
Basically, I have two scripts that currently work just fine in tandem.
I am looking for a better way ... |
Topic: [lib] SimpleArray - short & fast string array - v3.5 |
defrostedchemist
Replies: 72
Views: 11529
|
Forum: Scripts & Functions Posted: Tue Sep 09, 2008 11:25 pm Subject: [lib] SimpleArray - short & fast string array - v3.5 |
;Wow, I really like these array functions!
;I have two questions,
;I am currently using your array functions to do the following:
;This is my array.
TimerArray = 0|0|0|0|0|0|0|0|0|0|0|0
... |
| |