im trying to get it so that when 1 pic touches the other it beeps but from the bigging it wont stop beeping
CODE
For b = 0 To 4
If PIC3(B).Left > pic1.Left - Width And PIC3(B).Left < pic1.Left Or PIC3(B).Left > pic2.Left - Width And PIC3(B).Left < pic2.Left And PIC3(B).Top > pic1.Top - Height And PIC3(B).Top < pic1.Top Or PIC3(B).Top > pic2.Top - Height And PIC3(B).Top < pic2.Top Then
beep
End If
Next b
any suggestions
This post has been edited by jayman9: 23 Jan, 2008 - 12:27 AM