I dont quite get it ,
Hi Zopdas,
Welcome to our community!
We set timerValue = timeToCompleteQuestion;
in the UpdateTimer method. See line 51 in Gary’s script.
See also:
- Forum User Guides : How to mark a topic as solved
1 Like
Thank you ! I think I got it now !
So basically at the start, the bool isAnsweringQuestion is false, so because of this the UpdateTimer will go to the else statement and set the timerValue = timeToCompleteQuestion and isAnsweringQuestion = true. Then the timer will start.
Did I got it right ?
Yes, that’s correct.
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.