My background scrolls horizontally and i need to add objects that come after into the screen but you cant see them before. I will be happy to share my coding. Please help
addObject(actor, -30, Greenfoot.getRandomNumber(getHeight()); // or addObject(actor, getWidth()+30, Greenfoot.getRandomNumber(getHeight());
super(800, 400, 1);
super(800, 400, 1, false);