I'm trying to make a game where certain things happen based on a timer that keeps going up. For example, certain text, images, or clickable buttons only appear after a certain amount of time has passed on a specific screen. Or maybe an image briefly flashes onto the screen when the timer equals certain numbers.
Unfortunately, I have got no clue how to make this happen. Can anyone show me a solution? Examples are perfered.
If it helps, I'm using Phaser 3 in VSCode.