STEP 11: Let's use a random x-coordinate to set the position of the falling meteor!

  • Change the name of the random integer variable to x.
  • Change the range of the random integer to (-240, 240).
  • Change the meteor sprite's x-coordinate argument to x.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE