Enemies coming from top

Hi, I’m new to this and have a question. I am trying to make a game and I need enemies to keep coming down from the top and disappearing when they get to the bottom. How do I make them keep coming down from the top? Please help

3 Likes

A link would be helpful to see what you mean :upside_down_face:

1 Like

Here is the link, i dont know if you can tell, but the plane is supposed to be trying to shoot the boats as they come down the page. Sorry if this is confusing.

3 Likes

I made a random spawning thingie :upside_down_face:

3 Likes

OOh! A shoot-em-up! Don’t see a lot of these on here.

One bit of advice, though. Make the projectiles non solid, yet enable collisions. Destroy the projectiles when they hit the enemies.

5 Likes

Okay, when the boats spawn, just set their Y velocity to a number. Make a barrier block just below the bottom of the screen. On the boat collision with the barrier, destroy the boat.

3 Likes