Example: dl.dropbox.com/u/1910765/DragTest/index.html
Capx: dl.dropbox.com/u/1910765/DragTest/dragtest.capx
Hello. I'm using the Rex_Drag&Drop plugin, the goal of the example is to drag and drop the bricks on top of the cogs.
As you can in the example, if I drag one of the bricks, it will make the other one disappear or it grabs both of them at the same time, I suppose that's because it's just a copy&paste of the same object.
I'm wondering if it's possible to do so each copy of the object acts individually so I can just copy&paste the object multiple times and I wouldn't have to make more events for each copy everytime.
Thanks.