Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Grab / Hit Ball Attached to Rope
#1
So basically for my game, I am trying to make a player grab and hit a ball around that is attached to a rope. I am not sure what the correct way to go about this would be. I already have the rope attached to a ball, but when I move the ball around in play mode, it glitches and jumps around everywhere. However, when I move only the rope object it works just fine. Any ideas?
Reply
#2
(11-12-2020, 06:45 AM)Navvv Wrote: So basically for my game, I am trying to make a player grab and hit a ball around that is attached to a rope. I am not sure what the correct way to go about this would be. I already have the rope attached to a ball, but when I move the ball around in play mode, it glitches and jumps around everywhere. However, when I move only the rope object it works just fine. Any ideas?

Just make sure you're not attaching the rope inside or very close to the ball, if the rope is set to collide with it. See the last bit of:
http://obi.virtualmethodstudio.com/tutor...aints.html
Reply
#3
(11-12-2020, 08:25 AM)josemendez Wrote: Just make sure you're not attaching the rope inside or very close to the ball, if the rope is set to collide with it. See the last bit of:
http://obi.virtualmethodstudio.com/tutor...aints.html

The rope is not touching the ball but it is close to it. This is needed however because if it wasn't close it would look disconnected.

I see with the link you sent that I can set it so the rope does not collide with the ball. That will probably solve my problem. I do not get how to do that though. Could you explain that a bit please?
Reply