REM25
|
  |
| Joined: 28 Feb 2010 |
| Total Posts: 3154 |
|
|
| 10 Dec 2013 10:30 PM |
if I wanted them to press enter to make the script work would it be
keyDown or keyUp? |
|
|
| Report Abuse |
|
|
4567777
|
  |
| Joined: 13 Jul 2013 |
| Total Posts: 128 |
|
| |
|
|
| 10 Dec 2013 10:49 PM |
| keyDown is sketchy as most computers will send multiple keydown signals when the button is held down, thus using keyUp would prevent that as they can hold it down as long as they like, but until it's actually releaced, it will not run, kinda like the difference between mousebutton1down and mousebutton1click, one is once the button goes down, and the other is once it goes down and back up.. |
|
|
| Report Abuse |
|
|
REM25
|
  |
| Joined: 28 Feb 2010 |
| Total Posts: 3154 |
|
| |
|
|
| 11 Dec 2013 12:58 AM |
| use keydown or create a function to find the first key down signal. |
|
|
| Report Abuse |
|
|
REM25
|
  |
| Joined: 28 Feb 2010 |
| Total Posts: 3154 |
|
| |
|
xSIXx
|
  |
| Joined: 06 Aug 2010 |
| Total Posts: 9202 |
|
|
| 11 Dec 2013 05:55 PM |
... so you are asking us which one to use and now you are asking us to make it for you.
clever, but not so clever. |
|
|
| Report Abuse |
|
|
REM25
|
  |
| Joined: 28 Feb 2010 |
| Total Posts: 3154 |
|
|
| 12 Dec 2013 12:00 AM |
| No I am asking how would I do the second part that he said...I know keyUp and keyDown but that guy above my other post said something else -_- im not a noob scripter you know |
|
|
| Report Abuse |
|
|
REM25
|
  |
| Joined: 28 Feb 2010 |
| Total Posts: 3154 |
|
|
| 12 Dec 2013 12:14 AM |
"create a function to find the first key down signal."
thats what I meant...how do I do this... |
|
|
| Report Abuse |
|
|
| |
|
REM25
|
  |
| Joined: 28 Feb 2010 |
| Total Posts: 3154 |
|
|
| 12 Dec 2013 12:44 AM |
| ...well gee thanks scripting "helpers" |
|
|
| Report Abuse |
|
|
|
| 12 Dec 2013 01:07 AM |
| Use a combination of keydown and keyup along with debounce. I like things to register when the key is pressed. |
|
|
| Report Abuse |
|
|