Not to sure at first glance how to keep the current time going but what came to mind is make an if statement in the start function. If stop button is enabled then continue on with current time or something like that. Or you could use a some type of loop like, while stop is enabled keep timer at current time but for these two options i would maybe have to use a bool?. I feel like theres a thousand ways to go about this but could I ask or some guidance so I can figure this by moi self
Severity Code Description Project File Line Suppression State Error CS1061 'object' does not contain a definition for 'Text' and no accessible extension method 'Text' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
i have no clue how to save the current time in a variable or something to be continued from. please help or point me in the right direction. i feel as if i am missing a crucial part of it.
Not to sure at first glance how to keep the current time going but what came to mind is make an if statement in the start function. If stop button is enabled then continue on with current time or something like that. Or you could use a some type of loop like, while stop is enabled keep timer at current time but for these two options i would maybe have to use a bool?. I feel like theres a thousand ways to go about this but could I ask or some guidance so I can figure this by moi self
tankue you have a good video for learner
Severity Code Description Project File Line Suppression State
Error CS1061 'object' does not contain a definition for 'Text' and no accessible extension method 'Text' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
i have no clue how to save the current time in a variable or something to be continued from. please help or point me in the right direction. i feel as if i am missing a crucial part of it.