Hello,
I'd like to know if there is any way of enabling drag & drop of a sprite only after touching the sprite for a certain amount of time. I tried several methods but only work with two touches and not with just one.
What I want to accomplish is:
1) Enable the sprite's drag & drop behavior after touching for 1 seconds the sprite.
2) Move the sprite and drop it at the desired position without releasing it from the first touch (this is most important.)
3) When dropped, disable drag & drop (this is easy)
4) It shoud use Drag and Drop since move to X and Y doesn't work as expected.
Thanks!