Hey guys, my first post here!
I have been playing around with making ropes, using pivot joints.
Basically my code has a player throw a ball, which ultimately needs to have a rope attached.
I have done this, however the rope is created on a timer which essentially works out the angle and distance between the ball and player, and then creates the rope.
What I really want to achieve is for the rope to be created of a pre determined length, and for the ball to be thrown from the player, ‘pulling’ all the rope out.
Anyone have any suggestions on how I could achieve this? Really enjoying Corona