So I have a sprite and I am spawning it constantly and now I have added another frame so another version of this sprite can sometimes appear. However all that is happening is the sprite is spawned and is switching constantly between animations and this happens to all other sprites spawned. How do I make it so the sprite that is spawned is a random sprite and will not change, and the next sprite spawned is a random frame?
I have tried using (choose (n)) and set animation speed (0) but have had no luck... Please help