Become a coding Ninja! Pick any of the following and work out how to code them: 1. Made the ball move left and right with the keyboard arrows (hint: use forever loops to detect input). 2. Make the ball look like it's rolling left and right when moving. 3. Make the ball inflate slowly when "i" is held (with sound?) 4. Made the ball deflate (get smaller) when "d" is held. 5. Make the ball explode when "e" is pressed (use the costumes) 6. Make the ball jump and return when you press up. 7. Make a game where if the ball touches theLman you lose a life, but if each time you evade theLman you get a point. 8. Set your own challenge.