Challenge 1 Use only the code in the code box to to make the stars quickly shrink and then disappear. You can't add any new code but you can duplicate the bits that are there. Challenge 2 Once you have that try to create a game that lets the ball collect stars to get points. You would need consider: - a variable to count points - make the ball move up and down - make the stars appear with out hitting a button Challenge 3 Change the ball to a rocket - remember to keep it pointing in the forward all the time. Make the game harder by adding a star that some times turns into a black hole that the rocket cant touch or its out. Remember your audience - it needs to be not to hard and not too easy.