How do I hide text after showing it for a few seconds?

Hi
Can you pls suggest a way to hide text after showing it for a few seconds?
I am trying to show "new high score" text when a new high score is achieved

1 Like

You could use one of the Notifier Progress blocks to put up your text, and add a special purpose Clock and Timer to close the Progress Notifier after a few seconds.

2 Likes

Use clock component for wait and set your text visible to false for hide

2 Likes

drop a clock and set it the time interval to xxxxxmilliseconds so that timer will run and then you can drop a blocks named as when clock1.timer then set text.visible to false/true

2 Likes