My class has been working on the space shooter game by Azhar Chaudhry. He walks us through most of the coding, but leaves some of it up to us at the end and gives us a hint. I am on the second part: Background, we are supposed to code to make the background look as if it is continuously scrolling. We are supposed to a) In the City class add another background to begin a short distance after the first background ends
b) In the Background class create a new method called 'repeater' to move the background to a new X location if the background has gone off-screen fully. The repeater method should have a reference inside the Act method. I do not understand this at all. This is my first year of coding in school, and I am so confused. Can anyone help explain what I should use to accomplish this?
Here is the link to the tutorial website: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCEQFjAA&url=http%3A%2F%2Fwww.stedgymdenbosch.nl%2Fsubsites%2Finformatica%2Fdata%2FG6%2FGreenfoot_shooter_tutorial%2Findex.html&ei=-d2lVOrcIcyxggT-oILQBA&usg=AFQjCNFn-whpdd6QhK_27Xb885eoSGFp-w&sig2=znvZSMqiqUGD7D5GWROpuA

