This is a simulation of a basketball. You can lift it up with the mouse and drop it. The stage has a script for gravity which sends acceleration messages to the basketball. You can tilt the floor to a different angle by clicking on it with the mouse and dragging. Can you change this script to simulate hitting the basketball with the mouse pointer? Hint: it's like what the floor does when the ball hits it but you need to apply acceleration instead of deceleration.