Stop actor from spinning
JamesBoucher
Member Posts: 433
I have a puck that spins. I need to slow it down and then stop it from spinning.
Comments
http://gamesalad.com/forums/topic.php?id=3712#post-21597
Just in a timer:
if angular acceleration>0 set it to -=1
etc.
If Angular Velocity > 0
Then (every .5 seconds) Angular Velocity = Angular Velocity-1
Thanks