to show the score in 1 textbox, I can use a global variable.
To show 2 scores (create a scoreboard), I suppose I can't use 2 global variables so I created 2 distinct variables in 2 different objects and created an event, on collision, add 1 to textbox (variable name) and with event system, every click, set text to "& variable name" but this doesn't work. Putting & variable name outside the " " doesn't work either. how can I fix this? The goal is to create a scoreboard.
dl.dropbox.com/u/26331535/test.capx