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 ...
NaveenVerma-3ed
3 years agoCommunity Member
I tried all the above solutions, but what works perfect for me is here :
Make new state for the Drop box and make this empty. then add individual triggers to the all correct drag boxes that.... State change of Drop box to "new state"(empty), when user drop correct drag box to the current drop box.
if you have 3 drop box and user can drop any of the 3 correct box, then add same 3 triggers on the current drag box.
Happy that its working fine for me :)
- NenadRadovic-c63 years agoCommunity Member
I've been struggling with this issue for days, until I finally found this comment, tried it out, and it worked for me! Thank you so much Naveen!