Hi,
make a drag n drop is not possible at the moment,
but you can do something that approaches ... (I'm wrong maybe check !
)
I can not go to the Editor (I'm on very low spec), but I can help by giving you a "pseudo-code".
<CUBE>
<IF MOUSE 'mouse_down'>
<LOOP>
<Set 'x' = (mouse.x -450)>
<LOOP END>
<IF END>
<CUBE>
Warning, the CUBE go in the opposite direction on the X axis (it's normal)
So I add a number(-450) to around this problem but it is not efficient...
You can for the different axes, it'll have to adjust every time !
you should also do an event for MOUSE_UP to release the CUBE ...
there are still a concern, the xyz axes, does not rotate along with the camera axes .
I did not find any idea to work around this problem correctly.
maybe Cyberix Team will have a better idea.
PS, continue like that !
strength to create original mechanism,
you find your ideal gameplay for your future big project.