Creating a timer across multiple scenes

Hi
Is it possible to create a timer that counts down across multiple scenes with CoBlocks? Or does anyone have an example of typescript to make this happen? There has been a post about this previously but I can’t download Stefan’s example space.
Thank you!

Here’s half of the solution. The “gotcha” with using CoSpace Properties in Typescript is that you have to use Space.setProperty, not Scene.setProperty.

Hope that helps!
Geoff @ TechLeap