1

I made a race game.there are car.it is moving by onAnalogScreenContol button.And it's moving perfect what i set velocity to its body.But when i add 50 walls which are Shape of rectangle and body,the car moving very very fast.How can I solve this problem?

Alexey
  • 714
  • 8
  • 21
user1391058
  • 265
  • 4
  • 19

1 Answers1

0

Perhaphs having a look at the code to my racing game will help you: http://sebastiannilsson.com/en/k/projekt/sketchy-truck/

Source code is hosted on Github. It will give you an example of how to do a racing game in Android. I do not know how similar it is to your game though.

sebnil
  • 113
  • 8