In this project, you will learn how to set up a scrolling background so that your game can have more space than the one screen and how to time gameplay to affect score and win/lose conditions. You should already know how to: -make a sprite move using keyboard commands -use a variable to indirectly affect motion -set up a vertical motion script -keep score using a variable -use conditionals (if/then) -make a sprite show/hide based on a condition You will learn to: -Create a scrolling background -generate random/semi-random goals/obstacles -use a timer