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?
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:
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