STEP 13: Our game runs, but nothing happens when our alien catches a meteor!

This event should NOT be indented. The collision event should be OUTSIDE of any other events.

  • Go to and drag Collision to the bottom of your program.

Notice that whenever the sprite catches a meteor, the alien moves to the center and meteor hides. That's not what we want! We'll update the commands in the event in the next activities.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)