How can I tell if one image is on top of the other one? If image1 is on top of image2, I want it to return true.
Thanks
Printable View
How can I tell if one image is on top of the other one? If image1 is on top of image2, I want it to return true.
Thanks
Code:If Abs(Image1.Left - Image2.Left) < Image1.Width And Abs(Image1.Top - Image2.Top) < Image1.Height Then 'collision