Hi, I'm new to both Construct2 and programming, and scratching my head on how to attach a sword arm sprite object to a body sprite object. The view is top down, the sword arm should pivot 90deg from 12 o'clock to 3 o'clock from the sprite's shoulder using the arrow keys. I've worked through the beginner tutorial from start to finish four complete times, but have no clue how to achieve what I want. I've defined origin points on the two objects, I've created a 'pin' behaviour on the sword arm, but that's as far as I get. There doesn't seem to be anything further you can do with the pin once you've created it - just rename it is all!! And then how to get it to pivot with the arrow keys - I know it must relate to the keyboard object, which I also created, but how to link left right keys with pivot? I'm sure it's really simple to do, and sorry for such basic questions.