STEP 5: Let's use some stage physics to create movement on the stage!

The set speed commands work together to make a sprite start moving at a set speed in a set direction.

  • Go to and drag Wait to the bottom of your program, outside of the Mouse Move event.
  • Go to and use Set x Speed to move meteor1 side to side at a speed of 3.
  • From , use Set y Speed to move meteor1 up and down at a speed of 5.

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)