|
Answer» i have 2 objects on my program, an IMAGE NAMED IMAGE1, and a label, named label1. how do i get it when the 2 collide to open a new form, form2.
im not an utter noob at vb6, but just learning the basics... hence the name Visual BASIC 6... This appears to be an exercise in tenth grade geometry. TRY tracking of the x,y coordinates of each corner of the label, and the area coordinates defined by the image. When they intersect, you have a collision.
Check out the property sheets of both the image and the label. You should be able to extract all the information you need for your calculations.
Good luck. i FOLLOWED enough of that to get it to work
but im not in tenth grade yet; im only 13
|