DylanK122
09-17-2009, 06:19 PM
hello
i have a dragging image game where you match the image to the word by dragging the picture.
how is it possible to check if it is correct using tag for instance. I tried to test if the tag matched the label but cant get it to work. Then i want to display a mark or cross using visibility controls.
Iam using this:
Private Sub Image10_DragDrop(Index As Integer, Source As Control, X As Single, Y As Single)
If TypeOf Source Is image Then
Image10(Index).Picture = Source.Picture
End If
Any suggestions? thanks in advance!
i have a dragging image game where you match the image to the word by dragging the picture.
how is it possible to check if it is correct using tag for instance. I tried to test if the tag matched the label but cant get it to work. Then i want to display a mark or cross using visibility controls.
Iam using this:
Private Sub Image10_DragDrop(Index As Integer, Source As Control, X As Single, Y As Single)
If TypeOf Source Is image Then
Image10(Index).Picture = Source.Picture
End If
Any suggestions? thanks in advance!