VB.NET – Handling shape movements and collision


Edit: Now a video is up of the attached demo: In the previous post(Found here) I talked about creating shape objects at random positions and drawing them on the form. This tutorial will go over making them all move, and handling collisions. I made a Visual Basics project as a way to test “gravity.” You [...]

VB.NET – Drawing Shape Objects


Since I learned this, I have been able to do a lot with handling objects. I will show how to be able to draw as many shape objects (in this case Rectangles) on the form and be able to handle them all, including collisions and movement! Note: This was made in Visual Studio 2008, if [...]