Pin between instances without Families?

0 favourites
  • 3 posts
From the Asset Store
Wall Pin Board is a hyper causal game developed for fun and inspired by YouTube video whose link is given in description
  • Hi,

    building a snake demo for a base flexible chain algorithm, but the Pin behavior does not support to pin between 2 unique instances of the same object.

    So I've tried through families (as in the demo rope project), but the new instance connects to the whole family instead of the last instance.

    Hope you know what I mean; attached the project file. Use the left/right arrow keys a while..

    [attachment=0:3ud104kx][/attachment:3ud104kx]

    Any help welcome

  • Where you have 'Set number to BlobFamily.PickedCount', PickedCount will always be 1 since you've just created a new Blob and it will be the only one picked. Use BlobFamily.Count instead in those two actions. And I'd add a 'Blob is NOT pinned' condition to the top of event 3.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you, your Tipps finally made the first logic work.

    Now I will try to reduce the chain length during runtime, so there will be green and red apples.

    Attached the current work, maybe someone can find a use for it.

    [attachment=0:c9uv5a4n][/attachment:c9uv5a4n]

    Best regards!

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