Hello! I'm struggling to make something like this:
We have three objects interacting with each other: ufo, hook and worm.
On mouse click UFO sends Hook in space to some max distance. If hook overlaps with worm then hook should attach itself to worm which is moving and dragging hook. Hook should set its angle to the angle of worm. And UFO should be dragged with the hook with its angle.
I tried to do it using this new behaviour: Pin. But when I pin ufo to hook and hook to worm and I rotate hook toward angle of worm then only UFO rotates and I can't rotate hook. You can download this project here: speedyshare.com/files/30993894/spaceLassoTest.rar You send hook with the left mouse button and you have to send it so it hits the worm. In this version I added as few mechanics as I needed for this, because I'm really struggling to make it work...
Maybe I should use physics instead?