Hi,
In my little game I have two ImageView objects moving around on the screen, how can I test to see if they have touched?
I have looked around but I cant find how to do it, I dont even know if its possible with ImageView's.
Thanks.
Printable View
Hi,
In my little game I have two ImageView objects moving around on the screen, how can I test to see if they have touched?
I have looked around but I cant find how to do it, I dont even know if its possible with ImageView's.
Thanks.
No need to reply, I've done it by using the Rect class by putting a bounding box around the images.