I have bullet type enemy sprites being created offscreen, and when it's created I want it to randomly move straight to one of the set positions I have on screen and stop there. The main thing I can't figure out is how get it to not chose a position that another enemy is currently at.
So on enemy creation, I want it to only choose one of the unoccupied locations to go to.
How can I go about doing this?