Random initial animations with limit

Hi - I have some sprites which have two different animations. At the beginning of the scene, I’d like to have just two of the sprites randomly change to the second animation.

Pick a random object
Change the animation to “2nd animation”

If animation doesn’t equal “2nd animation”
Pick a random object
Change the animation to “2nd animation”

These would be on seperate events not subevents of each other.

The 2nd event would filter out the first picked object using the animation

1 Like

Thanks! That worked perfectly

1 Like