Forum Discussion
GaryDickenson
2 months agoCommunity Member
Drag and drop freeform list problem
Hi, I have 8 draggable objects and 8 drop targets. There is no wrong or right answer the user simply has to order the list of objects according to how they feel. I only want to continue button to a...
- 2 months ago
Hi Gary. You could set triggers to change the state of each object to "drop correct" when the object is dropped on any of the targets. Then, assuming you have the initial state of the continue button as hidden or disabled, you could create a trigger to change the state of the continue button to normal when the state of all objects is "drop correct."
GaryDickenson
2 months agoCommunity Member
Winner winner chicken dinner! That did it. I hadn't considered changing the state of the drop items myself using triggers rather just relying on the built in state changes. Yes I already had the button state change in hand I just couldn't work out how to get the drops to work in this scenario. Thanks.