Stop actor from spinning

JamesBoucherJamesBoucher Member Posts: 433
edited November -1 in Working with GS (Mac)
I have a puck that spins. I need to slow it down and then stop it from spinning.

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    Ordinarily you would use Angular Drag to slow it down. However, there is currently a bug where it is not working properly:

    http://gamesalad.com/forums/topic.php?id=3712#post-21597
  • EastboundEastbound Member, BASIC Posts: 1,074
    Doesn't a user created angular drag work?

    Just in a timer:
    if angular acceleration>0 set it to -=1
    etc.
  • PhoticsPhotics Member Posts: 4,172
    James, maybe you could try altering the Angular Velocity mathematically.

    If Angular Velocity > 0
    Then (every .5 seconds) Angular Velocity = Angular Velocity-1
  • chrisalchrisal Member Posts: 74
    I have tried to use a timer with both change attribute and constrain attribute to change the angular motion but it does not seem to work, any body else got any ideas of how I could stop the thing from spinning???

    Thanks
Sign In or Register to comment.