Challenge: Falling boulder
Get the boulder to fall, and then help Hopper push it back up.
Make it fall!
Hint
draw = function() {
.applyForce();
};
This program starts with a boulder sitting at the top of the mountain. Apply a simple gravity-like force that
makes it fall down the slope.