Beginner's question - problem with sprites

Hi guys,

sorry for bothering you with my problem, I’m completely new to this. I’m trying to add three sprites, where one sprite will be visible for some time and at the same time the other ones invisible. Then, after that time will pass, the second sprite will be visible, and the other two sprites invisible. And I would like to have this process randomly repeated again and again. Can you give me some hints on how to make it?

Use a clock timer, and a list of sprites (to hide them all and then show just one, a different one on each firing of the clock)

2 Likes

Thank you very much :slight_smile:

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