Forum Discussion
Drag and Drop Issue - How to disable drop targets
So... The moving the target to an empty state after its been dropped on worked initially but after recent updates and making changes it no longer works.
Has anyone found a new work around? I am working on a file with 25 drop zones...
I just had the same problem and because the solution with the states unfortunately no longer works, I tried BenMcKenna-ba88's idea. And it works!
More precisely: I created a motion path for each drop element that has a length of 0px and is completely outside the slide. This is triggered in my version as soon as the interaction is sent (but should work in the same way as soon as the correct element has been dropped). In addition, the dropped element is set to “deactivated” so that it can no longer be moved.
You can try the interaction here
And there is also the file:
(don't be surprised about the many triggers: I use them so that only one element can be in each position and to provide non-assigned elements with the appropriate status)