Now I have a scrolling game which the world is endless...
But I want to make platforms come from up to down and I want the screen to move too, But I don't know the code for That.
Can Someone help with this?
public void setLocation(int x, int y) { }super.setLocation(getX(), getY()+2);