Same question. The image movement works. How do I capture the drop?
PZ(c).Initialize( imb,"MyEvent",c,0.5,3,1.5,True,Me)
I already have the code to determine position in a function
Sub MyEvent_Action
' Here I determine the position.
End Sub
That sub never gets called. How do I setup the event function so it gets triggered when an image movement ends?
Hi, I have the same question,
in my example I have two baskets (red and yellow)
when I'm trying to drag a red fruit to the red basket this stop there,
and when you drag the yellow fruit to the red basket, this back to initial position.
I try the event in panel1 and panel2, but I need help,
maybe you can negotiate this example, I really appreciate your work,
Hi, I have the same question,
in my example I have two baskets (red and yellow)
when I'm trying to drag a red fruit to the red basket this stop there,
and when you drag the yellow fruit to the red basket, this back to initial position.
I try the event in panel1 and panel2, but I need help,
maybe you can negotiate this example, I really appreciate your work,