is there anyway to detect collision between two shapes in a very simple way that a beginer can understand .
my program is this :
I have one shape ( the target ) at one end of the form and one shape ( the so called missle ) at the other end . i also have a button on the form that after i click on it the missle moves towards the target. now this is the part i want : i want the program to detect collision between them and after the missle contacts the target i want the program to do something ( like change the target's color ) to tell me that they hit each other .
please help me. i am a beginer . the simplest form of such a program !!!!!!!!!!
thankyou