I have 20 sprites, all of them have one animation.
I have added the sprites to a group ship.
How do I random select a sprite from the group and start the animation. Wait 1 sec and then random select a new sprite from the group and start the animation and so on.
I’am thinking like this. I stop all the animations at the beginning of the sene. Den I pick a random shop and animate it. But nothing happens, no animation. I can see the animations works if I remove the stop at the beginning of the scene.