Hi,
I am making a game and I have a problem.
I want something to happen when two pictureboxes are at the same location.
I have tried this:
If picturebox1.location = picturebox2.location then
Panel2.visible = true
End If
This is not working, so can anybody help me with this problem?
Maarten
I am making a game and I have a problem.
I want something to happen when two pictureboxes are at the same location.
I have tried this:
If picturebox1.location = picturebox2.location then
Panel2.visible = true
End If
This is not working, so can anybody help me with this problem?
Maarten