Code for Controlling the Bike in a bike game
- by user1489257
I'm new(ish) to Actionscript 3 and I was wondering what the code what would be like for controlling the bike in a game. I have a two main questions:
Is Box2D the best physics engine to go with for this type of game?
How would the animation of the bike work. Would I have to create a bike animation of the wheels moving and make it start and stop when the key to go forward is pressed. How would I go about it slowly stopping when the key to go forward is released?
Thanks.