how can i decelerate a spring wheel

hey guys
i dont want my wheel spring to stop suddenly when i press
so how can i make it decelerate till it eventually stops?

thanks guys ;)

Answers

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    Use the interpolate behavior.

    Interpolate self.Rotation to 0
    Duration: X seconds.

  • SocksSocks London, UK.Member Posts: 12,822
    edited February 2015

    ...

  • SocksSocks London, UK.Member Posts: 12,822
    edited February 2015

    ...

  • SocksSocks London, UK.Member Posts: 12,822
    edited February 2015

    @Braydon_SFX said:
    Use the interpolate behavior.

    Interpolate self.Rotation to 0
    Duration: X seconds.

    Just posted about how I thought your idea was mistaken . . . . but I got it totally wrong, your idea works just fine !

  • SocksSocks London, UK.Member Posts: 12,822

  • LovejoyLovejoy Member Posts: 2,078

    @Socks said:
    Just posted about how I thought your idea was wrong . . . . but actually your idea works fine !

    @Socks the ... edit master, lives for the moment! :)

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    I told you @Socks - your edited comments which contains nothing but periods get forum reaction points. Incredible. Only you could get points for editing posts. :P

  • LovejoyLovejoy Member Posts: 2,078
    edited February 2015

    @Braydon_SFX said:
    I told you Socks - your edited comments which contains nothing but periods get forum reaction points. Incredible. Only you could get points for editing posts. :P

    I even have a special alert for @Socks posts so i can see them before turning into dots. I wouldn't want to miss words of wisdom.

  • SocksSocks London, UK.Member Posts: 12,822

    @Braydon_SFX said:
    I told you Socks - your edited comments which contains nothing but periods get forum reaction points. Incredible. Only you could get points for editing posts. :P

    ...

  • SocksSocks London, UK.Member Posts: 12,822

    @Lovejoy said:
    I even have a special alert for Socks posts so i can see them before turning into dots. I wouldn't want to miss words of wisdom.

    One day the question will be "what would three dots look like next to each other?"

  • zezocoolzezocool Member Posts: 6

    @Braydon_SFX
    am facing a problem which is that i wanna make the wheel start rotating when i press the mouse button and still keeps rotating when i release it but i dont seem to find a way to do it except one which is (timer) and for this i cant make ur idea work becuz after it stops it rotates again becoz of the timer

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    @zezocool said:
    Braydon_SFX
    am facing a problem which is that i wanna make the wheel start rotating when i press the mouse button and still keeps rotating when i release it but i dont seem to find a way to do it except one which is (timer) and for this i cant make ur idea work becuz after it stops it rotates again becoz of the timer

    Can you post a picture of how your code is set up?

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    @Lovejoy said:
    I even have a special alert for Socks posts so i can see them before turning into dots. I wouldn't want to miss words of wisdom.

    :D

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    @Socks said:
    One day the question will be "what would three dots look like next to each other?"

    Lol !

    So then I ask myself, will you initially write three dots, or will you write some explanation, then edit your post to three dots?

  • SocksSocks London, UK.Member Posts: 12,822
    edited February 2015

    @Braydon_SFX said:
    So then I ask myself, will you initially write three dots, or will you write some explanation, then edit your post to three dots?

    ...

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    @Socks said:
    ...

    Hold on, let me try.

    ...

  • SocksSocks London, UK.Member Posts: 12,822

    See, you got an awesome.

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    @Socks said:
    See, you got an awesome.

    It's magic.

  • zezocoolzezocool Member Posts: 6
    edited February 2015
  • RThurmanRThurman Member, Sous Chef, PRO Posts: 2,881

    Try this:

    Change Attribute: self.Physics.AngularDrag To: [.5]  
    When mouse button is down  
        Constrain Attribute: [self.Motion.AngularVelocity] To: [self.Motion.AngularVelocity+20]  
    

    ...

Sign In or Register to comment.