Content tagged drag-and-drop

Report Tag

61 usages of this tag
  • 1 replies
  • 603 views
This content is deleted
Forum Topic
how to take an object and throw it with the mouse?
0 favourites

How to make it possible to lift and throw an object with the mouse? I tried to implement this with physics and drag and drop, but I can't. Help please. Make a s...

posted 3 years ago
  • 3 replies
  • 360 views
This content is deleted
Forum Topic
How do I clamp to a non-rectangular shape?
0 favourites

I have some drag-and-drop objects I'd like to keep within the confines of an irregular shape. Is there a way to contain it in the shape using clamp? My understa...

  • 3 replies
  • 734 views
This content is deleted
Forum Topic
tap but don't drag
0 favourites

1. When object is tapped, do one action. 2. When object is dragged, do a different action. However I don't want both actions to occur at the same time. If the o...

posted 3 years ago
  • 7 replies
  • 543 views
0 favourites

I have a several rows, each row is draggable (up and down / y axis only). What I need to happen is let's say I drag row 1 down the list I would like the other r...

posted 3 years ago
  • 1 replies
  • 587 views
This content is deleted
Forum Topic
How do I add physics to the DragDrop
0 favourites

A recently released game Potion Craft: Alchemist Simulator ( ). This game build the potions is very interesting. I am confused, how can I restore this kind of i...

  • 1 replies
  • 555 views
This content is deleted
Forum Topic
Enable/Disable Drag and Drop behavior on an object
0 favourites

Is there a way to disable the drag and drop behavior on an object from within a script?

posted 2 years ago
  • 6 replies
  • 288 views
This content is deleted
Forum Topic
How do I disable physics behaviour with this setup?
0 favourites

I have a couple of objects with the Drag and Drop and Physics behaviours. I'm trying to get it so that the physics behaviour is disabled when the objects are dr...

  • 1 replies
  • 395 views
This content is deleted
Forum Topic
Z order drag and drop not updating Z index
0 favourites

When I move object up in the Z order bar the z index Is'nt getting updated. So as soon as I refresh the list the object returns back to its previous index. This...

  • 1 replies
  • 236 views
This content is deleted
Forum Topic
Click to pickup sprite copy. Not true drag and drop?
0 favourites

How do I left click mouse once and attach the sprite (or copy of the sprite) to the mouse curser till clicked agan on an object or cancel it if not on that obje...

posted 2 years ago
  • 3 replies
  • 336 views
This content is deleted
Forum Topic
Enable DragDrop at Hold over object
0 favourites

After enabling DragDrop at Hold over object, I need to click again to Drag the object. Is there a way to remove the additional click? I have other conditions th...