Copy link to clipboard
Copied
Hi I am creating a multiple source/single target Drag and Drop Interaction.
It functions fine except for an advanced behavior I would like to take place.
I want to give the impression that my source objects are "disappearing" (hiding) after I successfully drag them to the correct target; how do I go about that?
Several possibilities. Select the target object, and you'll see options for Snapping behavior in the D&D panel. You can shrink the drag source objects by changing the size, you can make their Alpha get to 0% to make them totally transparent, or you can let them disappear behind, by choosing Back instead of Front. Look at this screenshot, I indicated the three places, but it is not set to 0% transparency nor very small size.
You didn't tell what has to happen with the non-correct drag sources? You
...Copy link to clipboard
Copied
Several possibilities. Select the target object, and you'll see options for Snapping behavior in the D&D panel. You can shrink the drag source objects by changing the size, you can make their Alpha get to 0% to make them totally transparent, or you can let them disappear behind, by choosing Back instead of Front. Look at this screenshot, I indicated the three places, but it is not set to 0% transparency nor very small size.
You didn't tell what has to happen with the non-correct drag sources? You should have them snap back, by editing the accepted sources in the Object Actions dialog box, which you can open from the same place for each target.
Copy link to clipboard
Copied
Yeah I have incorrects set to snap back.
Thanks I will try this out and see how it goes.
Copy link to clipboard
Copied
I went with the reduction of size and opacity reduction. has a nice effect. Thanks for your assistance!