Could someone explain, or give me an example project of collision stuff? What i want it to do, is to have a shape, a ball lets say, that moves on a diagonal direction around a form, and then is redirected whenever it hits another shape. Also, what i wanted to do was to have it so my program isn't like hard coded, so you could add a new shape, and have it so the ball will bounce off of it, without having to make any new programming.