views:

64

answers:

1

What is the proper way of moving a player in Box2D setting Player->ApplyForce() kind of feels like it lacks flexibility and control. What other ways might there be to do this?

Thanks

+1  A: 

SetPosition() could do it, but it really depends on what effect you're after.

dash-tom-bang