Posted 16 May 2015 - 02:12 AM
Hello guys, i am trying to make a REAL NUMPAD (like in keyboard) with Buttons in a Wall…
So i have a wall, where i have:
7 8 9
4 5 6
1 2 3
Where these numbers are Buttons, BUT, behind each number, i have one cable with one color, following:
Numer 1: color white;
Number 2: color orange;
etc…
Finnaly number 9 have: color light Grey;
Then i have those connected to a BUNDLED CABLE , and its connect to a Advanced Computer;
1º QUESTION: (I think i get it in my way :)/> SOLVED) I want to get 3 values: if the player press the first, it will store, then jump to second, and third. In the end, it will print the values in sequence the player have pressed.
2º QUESTION: i have 3 variables with numbers;
So i have a wall, where i have:
7 8 9
4 5 6
1 2 3
Where these numbers are Buttons, BUT, behind each number, i have one cable with one color, following:
Numer 1: color white;
Number 2: color orange;
etc…
Finnaly number 9 have: color light Grey;
Then i have those connected to a BUNDLED CABLE , and its connect to a Advanced Computer;
1º QUESTION: (I think i get it in my way :)/> SOLVED) I want to get 3 values: if the player press the first, it will store, then jump to second, and third. In the end, it will print the values in sequence the player have pressed.
2º QUESTION: i have 3 variables with numbers;
var1 = 1
var2 = 1
var3 = 1
then i want to put it together, resulting: var4 = 111Edited on 16 May 2015 - 01:19 AM