Cubins

Does anyone know how to make a Google Gravity type thing, where you have objects that you can drag and drop around? Thanks

If you add the Physics and Draggable behaviours to objects then you can get pretty close. You just have to make sure you switch off the Physics behaviour when the mouse is over the object and the button is pressed (and back on again after the button is released).

Touch or left button is down | Activate behavior Physics of thing: no
The cursor/touch is on thing
Trigger Once

@ Touch or left button is down | Activate behavior Physics of thing: yes
The cursor/touch is on thing
Trigger Once

The @ indicates the condition is inverted.