Make the following modifications to the code: 1. Program a walking animation for the dog (his legs should be moving!). 2. Program gravity by using the correct motion block and adding it inside the forever loop (the dog shouldn't fall through the ground or stairs) 3. Add code to make the dog appear to jump when the space key is pressed. Hint: look at your code from last week's activity!