Not really, I'm trying to recreate the interactivity like in this video (starting 0:30) youtube.com/watch
But with a more natural move. In the video, pictures appear to float in the air. I'd like them to behave in a more static way (with just a little inertia) to make them act as if they were on a wooden desk.
Also, i need them to come on top of the pile when clicked (not in an animated way though), considering every photo are a container made from different sprites with interactivity.
I managed to find and embryo of solution by rotating the sprite in the drag direction. But there are to problems still :
- movement is too jerky
- rotation applies to image point, not to point where object is touched
File is here
https://www.dropbox.com/s/h3ageq37xyvnzpq/TestDrag2.c3p?dl=0
Imagine sprite has 3 image points, would it be possible to use the point nearest to touch to apply the rotation to ?
There's a topic about this exactly also
construct.net/en/forum/construct-3/how-do-i-8/add-physics-dragdrop-166346