Physics and rotations

Hi!

Is there any way to read and set angular velocity? It would also be great if there was a way to set angular dampening somehow.

physics.body.angularVelocity and physics.body.angularDamping are the variables you’re looking for. Both of those are readable and writable. Try looking in the reference under Physics>physics.body for more help.

I cant find them in the reference in Codea. Is there some other reference online where I can read more?

Never mind HAHAHA ok. So I clicked Physics.Body to see all properties. And there they were :slight_smile:
Thanks