The numbers in these commands control how the sprite follows the command, like how long to wait, or how far to go.

  • Change the number in .wait() to 1.
  • Change the number in the .move_right() command to 400.

First, we change the number of the seconds that the stage stops and waits.

Second, we move the sprite 400 pixels to the right.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE