Hi everyone, I need your help.
Here's my problem. I'm making a math game where the player has to press some buttons to reach certain predetermined score. For example:
? + ? = 7 -----> text
[1] [2] [3] [4] [5] ---->buttons
the number in bracket is the button, and each has the corresponding score to number. Let's say if i press 4 and then 3, the score first obtained should go to the first "?" and the second should go to the second "?".
Can anyone help me to do this? Thanks