Build a game where a keyboard-controlled Spaceship collects stars to make a constellation! You should already know how to: -make a sprite move with keyboard commands (arrow keys) -copy scripts from one sprite to another by clicking and dragging You will learn how to: -"collect" items by making them disappear when touched -duplicate sprites along with their scripts -create a score using a variable -display a win screen when a certain score is reached