toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
Stop actor from spinning
JamesBoucher
Member
Posts:
433
April 2010
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
firemaplegames
Member
Posts:
3,211
April 2010
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
Eastbound
Member, BASIC
Posts:
1,074
April 2010
Doesn't a user created angular drag work?
Just in a timer:
if angular acceleration>0 set it to -=1
etc.
Photics
Member
Posts:
4,172
April 2010
James, maybe you could try altering the Angular Velocity mathematically.
If Angular Velocity > 0
Then (every .5 seconds) Angular Velocity = Angular Velocity-1
chrisal
Member
Posts:
74
May 2010
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.
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