Hi, I am struggling to work out how to do this in the most efficient (or simplest) was possible.
I have 10 short sprite animations which I want to appear all over a layer, not overlapping.
I feel like I have two options(?)
1. Make 10 sprites, put them all in a family, make it so they are created all over the layer at random.
or 2. (which is what I thought would be best) Make 1 sprite with 10 different animations that get randomly placed and picked in the same way.
What I can't work out with option 2 is how the event sheet should be for randomly picking an animation, placing the sprite and then repeating without choosing what was already there?
Does anyone have any thoughts or perspectives that could help me figure out which direction to go in?