04-19-2011, 06:09 AM
controller.Velocity.x = 5.0
Have you tried "controller.Velocity = Vec2D(5.0,0)" and you can change the y-component to whatever you want.
Have you tried "controller.Velocity = Vec2D(5.0,0)" and you can change the y-component to whatever you want.