Ok danpost I used ur super scrolling world for jumping in my game but I want them to jump lower and slower so how would I do that?


private void move() { ySpeed++; // adds gravity setLocation(getX()+xSpeed/10, getY()+ySpeed);
setLocation(getX()+xSpeed/10, getY()+ySpeed/2);