Label and images that appear for a few seconds

I want to do a programme that works this way:
When I click in a button a label and an image appear for 5 seconds. Then both disappear and a different label appear. I've tried to use a clock but I do not know how. My programme:


Could you help me?

You have not used any clock here.

When button clicked
Make require components visible to true
Set clock timer interval to 5000
Set clock timer enabled to true 

When clock timers
Set clock timer enabled to false
Set require components visible to false

Simple

In designer part in clock component untock the timer enabled

Part of what you want to do . It 'flashes' three Labels randomly


using Button1

Experiment to complete the Project as you like