webcaetano / quickb2

Automatically exported from code.google.com/p/quickb2
0 stars 0 forks source link

choppy movement #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, doug!

My car movement is very choppy, what could be the problem?
My code is slightly modified CarDriving class from example. 
I use this settings:

stage.frameRate = 61; //(100 results same result)

world.actor = addChild(new Sprite());
world.maximumRealtimeStep = 1.0 / 20.0;
world.gravity.y = 10;
world.start();

playerCar.mass = 1000;
playerCar.tractionControl = false;

Please, review my example in attachment or by this link 
http://hldm.ru/temp/car.swf.

Thank you for the engine!

Original issue reported on code.google.com by Awak...@gmail.com on 9 May 2013 at 11:03

GoogleCodeExporter commented 8 years ago
You can check this swf to see my problem. Thank you.

Original comment by Awak...@gmail.com on 9 May 2013 at 11:07

Attachments: