Hello ! I have a quite big problem with physics.P2. I can't set sprite.x and sprite.y manually once the body is active. Actually, I have no errors, but it just isn't effective (the sprite ignore my manual positionning). I know I could do is with a sprite.reset(x,y); or with sprite.body.x and sprite.body.y but by those ways, it will reposition them from the center of the sprite and I don't want this. Thank you in advance for your anwers.