Title says it all. I know you use like KeyDown(37) or whatever. Just wondering, which is up, which is down....etc.
Thanks in advance![]()
Title says it all. I know you use like KeyDown(37) or whatever. Just wondering, which is up, which is down....etc.
Thanks in advance![]()
To press an arrow you use on of the arrow functions (SendArrowSilentWait, SendArrowWait, SendArrowSilent, SendArrow - you may need to check the names.. something like that). 0 is up, 1 is right, 2 is down, and 3 is left. For example SendArrowSilentWait(2, 300) would hold the down arrow for 300 ms
JAD, check out this ascii table. It might help in the future. The keycodes scar uses come from the Dec value, the column farthest to the left left.
http://www.asciitable.com/
Try Looking here jad
http://www.moparisthebest.com/smf/in...ic,2894.0.html
As far as the arrows
SCAR Code:Left Arrow - 37
Up Arrow - 38
Right Arrow - 39
Down Arrow - 40
Yes, I just found that 2 seconds before you posted thatThanks a lot for helping though mental
![]()
well you can also call it the d-pad xD... nah, but those functions work too!
There are currently 1 users browsing this thread. (0 members and 1 guests)