Hi,
I am having a flying character in my physicsworld. Within a stage I want to change hes physics parameters, but I cant figure out - how to?
First I am adding him to the world:
physics.addBody(player,{friction=2, bounce = .9})
Then later on I want to remove him from the Physics engine, and resign him but that doesnt work?
physics.removeBody( player )
physics.addBody(player,{density=2,friction=.9, bounce = .1})
Any suggestion on how to solve this?
Best regards, Joakim [import]uid: 81188 topic_id: 15970 reply_id: 315970[/import]