Jelly effect with sine behavior : how to sligthly slow down

This forum is currently in read-only mode.
From the Asset Store
High quality sound effect pack, in the following categories: click, coin, damage, fail, jump, level up,message, shot
  • Hi there,

    I'm working on a cap in order to make a simple jelly floor.

    Here is my cap (sorry I can't post links because of limitations so I've removed the https : // ) : drive.google.com/open?id=0B3YMYyFd_M6dY2hIWjE3TUJPQUU

    Here is my problem : in my cap, the sine behavior starts when the player is on the ball but it never stops... until the player get off the ball and then, it stops abrubtly.

    I don't know how to make the sine behavior sligthly slowing down after it starts until it stops completly (and of course, starts again if the player move uppon it)

    Many thanks for your help in advance!

    Cheers,

    // izioq //

  • I would look at Hooke's law regarding spring physics. You can accomplish a jelly effect with that equation.

    Here's a capx I made using the equation: https://onedrive.live.com/redir?resid=7 ... ile%2ccapx

    I used it to create a jelly effect.

    edit: oops, just noticed this is in construct classic: anyways, here's the equation:

    F=-kx-cv

    k: how strong the spring is.

    x: the distance between objects.

    c: dampening.

    v: velocity of attached object.

    application:

    Self.vel = (-0.5*(Self.X-Sprite.X)-0.1*Self.vel)

    Self.X += Self.X+Self.vel

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks for your quick reply I'll check that !

    However I would be very glad if someone could help me regarding my question about sine behaviour because I really would like to know how to solve it as well.

    tulamide any ideas ?

    Thanks!

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