If you have 4 holes and 1 enemy how can you make the enemy travel trough the holes?
Could you explain a little better
You can set a array for each location
Or you can create a function for spawning the enemy with adjustable spawn locations. Then generate the enemy on the x-axis of the hole. So now what you want to do is to give the enemy a negative number impulse (or just move the enemy towards the hole)