I want to make a sprite pinned to the other move in line with the master sprite. Think of a train and it's cars. I've tried a few options with physics and I'm just not getting the result I want. For some reason the pinned sprite moves along with the sprite it's pinned to but it doesn't move like it's connected like train cars.
I don't know how to explain this very well but I hope someone knows what I'm talking about.
Thank you.
Develop games in your browser. Powerful, performant & highly capable.
You can add pin behavior to the train, the add condition:
On start of layout: pin (trains) to (master trains) by Rope-style.
Hope it helps
This may or may not be what you're after, but I would recommend checking out the MoveTo plugin (top of the list):
The rope-style pin may help as well, I suppose; I haven't experimented with that one yet.