Hi, I would like to have my game object increase in speed (on it’s current trajectory) after certain score-milestones have been reached… I thought his would work, but it’s resulting in an unwanted change of direction
vx, vy = body:getLinearVelocity() body:setLinearVelocity( vx+10, vx+10 )
Any help appreciated
Mark