Text 1 Text 2 Text 3 = Text 4
(Numbered Buttons set for touch/click)
1 2 3 4..... + - / x
________________________________________________________________________
I have a global variable set to 0
When 1 clicked set text 1 to 1 then add one to global variable.
When addition sign clicked and global variable is 1, set text to to addition symbol.
When global variable is 2 and 3 is clicked then set text 3 to 3.
When global variable is 3 and four is clicked set text 4 to 4.
______________________________________________________________________
That's an example in my event sheet. This works but only allows me to use single digits. I want like numbers 1-99. Also I'd like to make a correct or incorrect option. This is basicly like a calcultor but I want to incorperate it into a game situation. Using buttons to create double digit numbers.