Forum Discussion
DeanLodes-a0bc2
7 years agoCommunity Member
Drag and Drop Issue - How to disable drop targets
I am creating a fraction game where the player is dealt a card and can choose where to place the card. I disable the card once it is dropped because the player is not suppose to move the card after ...
ShellyBriscoe-2
4 years agoCommunity Member
Transparent layer did not work for me. Had to set the draggable objects to Disabled once correctly dropped (so they could no longer be moved), and set the drop target to a Deleted state I created, so that an additional object could not be dropped on it.