How do I set the distance between 2 objects so if one moves the other does too, also including when one touches a wall the other one stops too.
You can connect them with hierarchy (in layout editor or with events).
Or use Pin behavior.
Thank you! I used pinning! Is there a way I can stop the pinned object from rotating?
You can use hierarchy, it works like Pin. And it allows to disable angle sync with the parent.
If this doesn't help, please post some pictures explaining what are you trying to do, or a project file.
Do you know how I would set that up with the event sheet?
Set what up? Please explain the issue.
Develop games in your browser. Powerful, performant & highly capable.
The hierarchy. So I can set the distance between the objects.
You position the objects, and then run this action: Sprite1 add child Sprite2
It's easier to do this manually in the layout editor.
construct.net/en/blogs/construct-official-blog-1/lets-talk-scene-graph-1569
Thanks! : D