Greetings!
My question here is simple, i simply want to bind the limitations of a cube with the 'drag and drop' effect in a certain area. For example half of the right side screen. But is that even possible? Problems are;
'Drag and drop' passes solid objects, so i cant add 'solid' objects around the area where i want to limit the drag and drop, and the only way to fix this seem to bind it to layout, but then again i want to use a full screened layout and bind the 'drag and drop' object to the half right side of the screen.
Any help?? ^_^
Thanks in advance!
(Edited; Sorry forgot to mention, this should be a 2 player project, so the objects being dragged has to recognize, ie so that when the player 2 touches, player 1's object wont move to player 2's touch position)
Currently this works fine with 'drag and drop' - only problem still is that it breaks 'solid' walls, ie goes past them.