Forum Discussion
OenGriffin
5 months agoCommunity Member
Drag and drop issues
Hi folks!
I've created a drag-and-drop interaction, but things aren't behaving quite as I would like them to. I have all of the items starting in a drop target (but the wrong drop target) and then...
WaltHamilton
5 months agoSuper Hero
It seems to you that the items are in drop targets, but the system does not consider them to be in a drop zone until the learner clicks them and actually drags them over a drop zone. So they may be above the zone, but are not in the zone.
Setting properties to allow only one item in a target will cause the first object to leave a zone if a second one is dropped, but it goes back only to its original spot, There is no built-in method of having them switch places,
To get what you are describing, you will need to create a custom drag and drop interaction, and create your own triggers. The attached sample might give you some ideas.