I did that very thing in my sample Maze Game. (Link to thread here; scroll down to the Maze Game 2.0 Blocks game.) There isn’t a block that you can use to find the remaining time on the countdown clock, so I saved the current “game clock” to a variable when the countdown starts, and then I calculate the elapsed time at the end of the game.
3 Likes