Visual Basic Galaga Help

Started by
1 comment, last by Scouting Ninja 6 years, 4 months ago

Hello,

So I'm making Galaga in Visual Basic for a class project, I'm stuck to Visual Basic (sigh) and so far I have my ship moving back and forth and shooting and when it shoots and the laser hits a PictureBox the PictureBox explodes, but now I'm to the point were I need invaders/enemies to fly in and line up in there positions. I'm completely stuck on how to make 5 or so ships fly in a set path and then go to a line.  If anyone has any advice on how to make them fly in a set path that would be great. 

Thanks.

Visual Basic

Advertisement
4 hours ago, Ethan Webb said:

. I'm completely stuck on how to make 5 or so ships fly in a set path and then go to a line.

You would make way-points for this. Then it would be as simple as having them move to the way-points.

This topic is closed to new replies.

Advertisement