Forum Discussion

KurtFiel's avatar
KurtFiel
Community Member
3 days ago

Drag and Drop: Show a layer when the user drops "multiple objects" on any of the targets.

How can I make the layer show after all objects are dropped?

I can do it on a single object but not on multiple objects. There seems to be no option to drop multiple objects on any targets.

  • As you cannot drop a single drop object into multiple drop targets, instead you can use the drop correct state that all of the objects change to when they are dropped correctly, and when the objects become that state you can show the continue layer. You might need to set up a trigger to change the drop objects to 'Drop Correct' depending how your interaction is set up.

    Hope this makes sense and helps. 😀