Alright I'm going to try to explain this the best way I can. I'm trying to place two images together, (a right ledge and a left ledge from a tiles for a tilemap). I set them up as one sprite. The left edge as frame one and the right edge as frame 2. I set the speed to 0 so no real animation plays. Both ledges are supposed to come together to make one moving platform. I set the code up for them both to move correctly, but how do I "pin" them together to move as one object? At the moment they move in opposite directions. I tried using the pin behavior with some code but It did not work?