I am trying to capture the value at the end of a timer.
after every 1 second, add 1 to Global Variable Time. ( as the seconds count up, I get it to show, 1, 2 ,3 so on)
You have to get 3 points,. So I have another Global Variable, "SCORE" so that I can give you 1 point per item..
So, when you have a total of 3 points, when global var. SCORE = 3. I want to go to another layout ( got that part) and SHOW ME on that layout, the TIME. How can I capture that number.. The number will be whatever it is, when the player gains the 3rd point. ( basically how long it took them.) thanks.