Tasks 1. Make the cat sprite move when you press the arrow keys. https://csfirst.withgoogle.com/c/cs-first/en/game-design/platform-game/move-the-sprite-left-and-right.html 2. Animate the red block sprite to always be moving from left to right. HINT: You can do this using three blocks. The blocks should ALWAYS be MOVING the sprite and BOUNCING OFF THE EDGE. 3. If the sprite touches the red square, change the cat sprite’s costume OR create a Game Over screen https://csfirst.withgoogle.com/c/cs-first/en/game-design/maze-game/using-if-statements-to-win.html