Forum Discussion
WaltHamilton
4 years agoSuper Hero
Drag and Drop Solution - Sample with Multiple Correct Targets with drag off and return plus a lot more
Here's a sample Drag and Drop that provides almost everything people have been asking for.
1. Any number of targets can be correct for any object. 2. Objects not dropped on target are returned. ...
ChrisPim-7dc640
4 years agoCommunity Member
Thanks Walt I will take a good look
I found a solution to my problem of having 9 draggable objects that can be dropped onto 9 drop spots...any object can be dropped on any drop, but only one object allowed on any drop spot. Drops that fall outside a drop area or drop on an already used spot return to initial location. Once complete a reset button can be clicked which resets to default.
The way I did it, as I know which drag object is on which drop spot, was to set up an animation to move the object from its current location back to it's start location using variables and triggers...It's a 9 X 9 interaction requiring 81 different animations, but it's quite elegant and looks great as it resets.