Hi, I'm trying to create something similar to this:
Sample link: youtu.be/jCrJcWw8rCU
and this is what i'm doing:
I have two Global variables: WINNING & SCORE
WINNING is blue box and SCORE is the red box (as shown in video)
if WINNING = 0 than add 0 to SCORE
if WINNING > 0 than add 1 to SCORE
every 0.03 seconds: add 1 to SCORE
if WINNING = SCORE than (stop adding 1 to score every 0.03 seconds)
How do I go about it? (the one highlighted in GREEN)
Thanks and regards
Daniel