This might be a tricky one. I have a virtual keypad “if you will” and each number is a button. I have an Input text box with “inputN” variable and id like the buttons to create a string in the box when they are clicked. I have an mc tracked as a button with this script on button 1
on (release) { inputN = “1” ;}
when i do this with number 2 obviously it just wipes the other one out.
Im creating an cash machine basically and am trying to get the PIN input to work correctly.
Hope someone can help