Computer Science Canada Timer and Time.Elapsed problem in Turing |
Author: | GuCCIP [ Thu Jan 10, 2013 11:00 am ] |
Post subject: | Timer and Time.Elapsed problem in Turing |
What is it you are trying to achieve? Timer in Turing to start when i want it but not when the program starts What is the problem you are having? Timer in turing is not starting when i want it to, it always goes to the beginning of the program. Describe what you have tried to solve this problem Check File Please specify what version of Turing you are using 4.1.1 |
Author: | Tony [ Thu Jan 10, 2013 4:25 pm ] |
Post subject: | RE:Timer and Time.Elapsed problem in Turing |
You can find out the current time with Time.Sec |
Author: | GuCCIP [ Thu Jan 10, 2013 6:33 pm ] |
Post subject: | Re: Timer and Time.Elapsed problem in Turing |
That's not going to help me in trying to start the timer when I select a difficulty at "userInput1". Time.Sec from what I saw just takes the time from Jan 1 1970. I need help to find a way to not start the timer when the program starts. |
Author: | Insectoid [ Thu Jan 10, 2013 7:38 pm ] |
Post subject: | RE:Timer and Time.Elapsed problem in Turing |
You don't need to. With some basic math you can accomplish what you want. |