Forum Discussion
DRAG AND DROP error - Two objects drags in one DROP target
I do not think it is a bug. The issue is related to the fact that you only want 2 items per drop area. The Drag and Drop will let you add more items than what will fit. For your solution (without adding variables), a better option would be for the real drop locations to be individual hot spots overlayed on top of your visual drop areas and only allow one item per target. You still may have some work to do if you want this to be a quiz question, if, for example, the results can be 1,2 or 2,1. But as far as the drag-and-drop functionality to work. I would recommend this as a possibility. See attachment.
Hi, Ron, thanks so much for your quick answer and help. I tryed this before, but i really will need to do a version that accept the two ways of order in the three boxes. I may do that one by one.
The problem was almost solved using the TILE align, but is a problem only when, in the second try, you get any box and, if you hit another box, he throws the other object away. But is in the second or third try. I don't even get in the Box to drop. Some, something is happening in there anyway. I think that storyline is considering the outside as the inside of the TARGET, and using the colision issue anyway.
Thanks so much, i will try to do one by one too.