Down here I provide an example capx of problem I had right now:
drive.google.com/open
Before you open the capx, you should have 'Rex-MoveTo' Behaviour plugin to make the capx work.
After you download the capx, let me heads you up first.
Inside the game, you'll have to click one box (red or blue) per click and then a character will come over the box and the score will add up, then after 3 seconds, the character will go away.
If you click one box (red or blue doesn't matter) and then you click another box before the previous character reach the destination box, the score won't add up to the previous box score as it should be.
But if you click them one by one and wait until the character reach the destination box, the score will add up as it should be.
The problem is how can I make it scoring even if I click multiple times on boxes before another character reach its destination box?
I'm really don't know what's wrong.
Is it because of my coding not completed yet, or something else?
Please some advice.