Hi ,
I want to jump my character on a specific location on the screen ( on a kinematic object ) .Even by adjusting the value of setVelocity I always shifting.
Is it possible either to jump to a position or possibly correct after jump.
Thank you.
player=display.newRect( 250, 100, 16, 16) physics.addBody(player, "dynamic", {density=1, bounce=0.1, friction=1.0}) player:setLinearVelocity( 270, -600 )