This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
[Request] Can someone make me a program?
Started by jackedup123, 21 July 2014 - 03:06 AMPosted 21 July 2014 - 05:06 AM
I am a basic computercraft guy, I know very little, but I think it would be really cool and I would appreciate it greatly if someone were to make me an advanced computer keypad with an advanced monitor, that would function just the same as a regular keypad does. If someone does make this, I would appreciate it greatly. :D/>
Edited on 21 July 2014 - 03:09 AM
Posted 21 July 2014 - 07:01 AM
So… You want a keyboard for an advanced monitor…
If you want to be able to do something with your keyboard without be in the terminal, I don't think it's possible.
But if you want to do this when in the terminal, why don't do that directly in the terminal ?
If you want to be able to do something with your keyboard without be in the terminal, I don't think it's possible.
But if you want to do this when in the terminal, why don't do that directly in the terminal ?
Edited on 21 July 2014 - 05:02 AM
Posted 21 July 2014 - 07:25 AM
I think that they mean something like a keypad door lock.
Ah, unless you use the MoarPeripherals Keyboard block </shameless plug>If you want to be able to do something with your keyboard without be in the terminal, I don't think it's possible.
Posted 22 July 2014 - 01:18 AM
yes, you are correct, about the keypad door lock.I think that they mean something like a keypad door lock.
Arektor, on 21 July 2014 - 01:01 AM, said:
If you want to be able to do something with your keyboard without be in the terminal, I don't think it's possible.
Ah, unless you use the MoarPeripherals Keyboard block </shameless plug>
Posted 26 July 2014 - 04:37 AM
its late at night for me, and since this IS ask a pro, not program requests, I won't do it right now. PM me about it and I'll work on it within the next few days
Posted 26 July 2014 - 06:59 AM
ummm, this is general.since this IS ask a pro
Posted 27 July 2014 - 04:02 AM
How the hell did i get to general from Ask A Pro?! I swear I was in Ask A Pro….ummm, this is general.since this IS ask a pro
Posted 27 July 2014 - 04:34 AM
you probably clicked on a thread that has a Mine cart as it's picture on the right, that means it used to be located in that forum, but was moved to another location.
Posted 27 July 2014 - 06:41 PM
Probablyyou probably clicked on a thread that has a Mine cart as it's picture on the right, that means it used to be located in that forum, but was moved to another location.
Posted 28 July 2014 - 05:34 AM
I am a basic computercraft guy, I know very little, but I think it would be really cool and I would appreciate it greatly if someone were to make me an advanced computer keypad with an advanced monitor, that would function just the same as a regular keypad does. If someone does make this, I would appreciate it greatly. :D/>
^^^^^^^^^^^
You can change the file to startup or something else by doing: move doorlock <new file name>. Dont put neither < or > in it
Pass: password
Sides: Left Right
Difficulty to use: Ultra Noob-friendly
To change the password edit the file and change "password" in quotes to what ever you want
I.e:
password = "this is an example"
Edited on 28 July 2014 - 03:59 AM
Posted 28 July 2014 - 08:35 PM
-snip-
I guess you beat me to it. I wasn't even close to finished. But im pretty sure he wanted a touchscreen keypad door lock?
Posted 28 July 2014 - 08:54 PM
Yes, but im kinda like him. Dont know much lua (Well, just not touch screen)-snip-
I guess you beat me to it. I wasn't even close to finished. But im pretty sure he wanted a touchscreen keypad door lock?
Posted 28 July 2014 - 09:27 PM
Yes, but im kinda like him. Dont know much lua (Well, just not touch screen)-snip-
I guess you beat me to it. I wasn't even close to finished. But im pretty sure he wanted a touchscreen keypad door lock?
Thats cool. there are some good tutorials out there im sure oyu can follow! it uses os.pullEvent("MOUSE_CLICK") i think