Hi,
I cannot make it work. Making me crazy.
1/ I created a cube on a plane.
2/ Put an always sensor and a python controller with
"from bge import logic
cont = logic.getCurrentController()
own = cont.owner
own.applyForce([0.1,0.1,0],True)
"
And… nothing
No prob with applyTorque([0.1,0.1,0],True)!
Can anybody save me?..
Thanks,
Michaël
I’m using Blender 2.65a on windows 64 bit.