Hey there, so I have 3 enemy variations for this game where the player is stationary in the middle of the screen and enemies are spawned around him in a random position.
I was wondering if it was possible to make it so that when they spawn, they are a random 1 of the 3 enemy sprites I have.
Basically, have a line of code that makes it so when the enemy is spawned, they are a random 1 of 3 sprite animations (Each animation is just a variation of the enemy).
Thanks again guys! :D