I am making a falling game, where things fall and you have to avoid them. I'm using pictureboxes as the falling objects which are connected to a timer but I'm not really sure how to make it so then once the game stats the objects start falling. I know to go down is PictureBox.Top = PictureBox.Top -5 or whatever number, but how would I write it for a timer. I'm new to VB.Net.
↧