I DragAndDrop Object "1" and want Object "2" to move while Object "1" and vice versa.
Understand?
Google Translate
Develop games in your browser. Powerful, performant & highly capable.
I don't really understand your question but I'll give it a shot.
Drag and drop items support multitouch and work independently of each other, you can move two objects at once.
However if your problem is that you want Object 2 to move when you're moving Object 1, then I suggest you look into pinning the objects together or using events to manipulate the objects position whilst Object 1 is in touch.
Thanks, the solution is pinning obgects.
Very easy, the next question will be more complicated
I´m a noob