Is there any way to slow the speed at which an object falls under gravity? I don’t want to alter the gravity setting but in some situations I would like objects to fall slower. [import]uid: 31694 topic_id: 24027 reply_id: 324027[/import]
You may want to try getLinearVelocity(), back the x,y off a bit, then setLinearVelocity() within a timer…
I believe I did this on a test one day… [import]uid: 21331 topic_id: 24027 reply_id: 96858[/import]