STEP 14: We're getting there! Now that our soccer ball is moving, we need to make it bounce off the player's head.
A collision event lets the computer know what to do when two sprites collide.
- Click on GRAPHICS and then click on .
- Drag in Collision to the bottom of your code editor, and then press Run.
- What happens when your sprites collide? Click Submit and Next after running the program a few times.
To navigate the page using the TAB key, first press ESC to exit the code editor.