Delay to make images visible

Hi all,
I have a screen with 52 images which are initially «non visible». I want to make them visible by pushing a button (or other action) but one after the other and with a delay, for instance, of 100 milliseconds between each of them.
I don't find how to do this; when I try to use a clock I only get the whole action (all 52 images are visible at the global time 100 milliseconds x 52) but I don't get to do this one after the other.
Due to high number of images I would need and authomatic procedure.
Could anyone help me ??
Thanks in advance.

1 Like

Use blocks like this:

(Of course, you will have a much longer list in the variable "imgs" )

1 Like

It functions !!!
Thanks a lot !!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.