Does the DragDrop plugin allow for drop targets?...didn't see anything in the source that would indicate this, but thought I would ask...
also, trying to allow for drop targets thru use of sub-events and imagepoints without any success...think I am using sub-events incorrectly
<img src="http://dl.dropbox.com/u/21327441/chicken_plate.png" border="0" />
Any help or advice greatly appreciated...
thx.
In your case, you'd see that when you drop your chicken leg on the plate,
your mouse correctly becomes "normal",
it means that DragDrop plugin allow you to drop on targets.
It's about event.
In your subevents, only one leg will go to imagepoint1.
Your first leg on the plate, will be:
1. set spot_two to True,
2. move leg to image point 2,
3. set spot_one to True,
4. move leg to image point 1
While the state right now is: both spot_one, spot_two equal to True,
therefore, nothing will happen after you put the first chicken leg.