I need help creating a changing image

So basically, I want the image on the screen to change to another image after 3 or so seconds. There will be multiple images I want it to change it to, and I also want it to be randomized. I know I will have to use the list function and use "pick random item" yet I'm not sure how to make the image change. Anybody have tips?

Use a clock component with the interval 3000 (milliseconds) and when the Timer event is triggered you can select a new random image.

thx!

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