How to change properties of a pinned object?

1 favourites
  • 8 posts
From the Asset Store
This is a single chapter from the "Construct Starter Kit Collection". It is the Student Workbook for its Workshop.
  • My character is made out of multiple sprites - e.g arms, legs, head...

    So, in order for these assets to stay togheter, I need to Pin the Family to the Player Family - otherwise they all fall to the ground when Gravity is enabled.

    I want to animate my character using the Timeline, otherwise you couldt customize the character if it was just one sprite.

    However, because of the pin behavior the Timeline "Set X/Y" arent working.

    Is there a way to Pin the Player Family togheter but let Timeline animations still work? In Godot, Families always stay togheter and you can change the positions of the sprites relative to the families position, is there a way to do that here?

  • Take a look at hierarchies - see Skeleton template in C3.

    Also, is this a Physics game? You can't use Pin or hierarchy connections with phyiscs objects, it won't work. You need to connect body parts with physics joints.

  • Thanks for your reply! Actually, I am using the Plattformer behavior… So could I just set the Gravity to 0, then use physics for the gravity and join points together?

  • No, don't add physics.

    You only need one object with Platform behavior, ideally it should be an invisible rectangular sprite, you can call it PlayerBase. Then you attach the body to PlayerBase with Pin or hierarchy, and other body parts (arms, legs) to the body. Don't add Plaform behavior to them.

  • Okay good. Pin doesnt work, because then the keyframes dont work anymore. I would need something that works with animation, so it moves the children relative to its own position. I will try hierarchy :)

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Take a look at the Spriter addon, I guess this is what you really need:

    construct.net/en/forum/construct-3/general-discussion-7/spriter-c3-addon-7-7-2021-130240

  • Thank you so much! This is exactly what I need, I was looking for such an addon bug couldnt find one.

  • To sum things up before closing this thread …

    First of all, dop2000 is a Genius and second, while Spriter is pretty neat, Animating using the timeline is enough for me and using the Skeleton c3p I was able to figure the hierarchy out and made every sprite of my player a child of a PlayerControl Sprite, which has the Plattformer Behavior.

    Now, my timeline animations work well and my player is moving fine. The only downside to this is that collisions now dont work that well, which is not a problem for me in particular but might be an issue for others. Maybe there is an other method to use in order to make collisions work better…

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)