How to make only a part of an object grow, and not the whole object?

Asked

Viewed 67 times

1

Would it be possible, for example, for Pinocchio’s nose to grow when he took a coin? The object is the Pinocchio, and when taking the coin only his nose would grow (a localized growth, understood?)

No Construct 2.

Thanks in advance.

  • 1

    From the little I know about software and the nothing I know about Construct-2, I think what you need is at least two objects: one to represent the nose and the other to represent the rest of the post.

1 answer

0

You can do the following to separate two sprites, one from the nose and the other from the body of the Pinoquio. Then Place Behaviour Pin in the Nose and when loading the layout the Nose will Bang in the other part.

From this you will set a Origin Point at the base of the Nose Sprite that the body touch the coin, the Nose Sprite will have to grow in width + so many percent...

I don’t know what measurement basis you’re going to use, but it can make it grow let’s assume 10% on each coin.

For this you will put a local variable in the nose.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.