You could use a small sprite, place it at the center of where you want the chain to originate, than every tick, set angle towards dog, and set the width to distance(chain.x, chain.y, dog.x, dog.y) That could give you the effect you are looking for if I understand you correctly.