How to create random enemies of different types? For example: I have a weapon that should kill all types of aircraft and each aircraft has a different shape and is equivalent to a proper amount of points
I thought I'd create a sprite with 04 different frames, each frame like a kind of enemy and then randomize these frames.
Does anyone have a better idea but that was not too hard to implement?
Thanks for any help.