I have a motorbike type game where it moves over a terrain no problem.
How do I simulate a thrust eg I want to touch a button for an accerlation , and I should move further over humps than normal.
I used these 3 wiith varying parameters but I never got the short thrust effect over a terrain.
The bike moves right and the terrain scrolls left.
… applyLinearImpulse( 2, -1, self.m1.x-16, self.m1.y )
… applyForce( 100, -30, self.m1.x-16, self.m1.y )
… setLinearVelocity(30,-30) ; [import]uid: 138547 topic_id: 25758 reply_id: 325758[/import]