Full title: The timer variable vs wait 1 seconds vs corrected variable Do you know why your project's timer isn't accurate? Because you're using a "wait 1 seconds" block and a "change variable by 1" block. To fix this, change the code to have a "wait 0 seconds" block and a "change variable by 0.06" block! It will correct your timer for the first 50 seconds or so.
Click the green flag twice