#Cinema timer
11 messages · Page 1 of 1 (latest)
this happens the remaining time is removing and pop ups when i select another chair
how do i fix this?
i want that the remaining time stays where it needs to stay
It looks like you're clearing the console and printing everything each time you interact with application. But because you are sleeping your timer for 1 second it won't print the timer again until each second ticks. You'll want to update the timer value in the thread but print it when you print everything else, probably
Can't really see all of the code from the video
i have sent the code here
i hope there is a fix