Hey guys. Is there a way to pin something to an object better than saying set x to the objects coords every tick? Pin behaviour doesnt apply here. Basically my character is climbing down ladders (or everything else is moving up) and you can only move the ladder she is on horizontally so before she climbs too far down and falls off the bottom, you must line the ladder she is on with the one below.
The problem is if you move the ladder too fast, she isnt keeping the x coord to the ladder and is being left behind- and so dropping off.
using event when overlapping ladder, pin to ladder- means she wont fall off the bottom. I have tried saying when overlapping at offset y-100, unpin. But i think the pin is overriding the unpin!
Help greatly appreciated