Games Programming with Visual Basic lesson 6 – Multiple enemies using Picturebox arrays

In this tutorial we learn to program multiple bugs by adding all the bug pictureboxes to a bug array, so we can repeat the same instruction for all bug objects (to follow the player around, and subtract lives when any one of them collide with the player).