STEP 1: Let's create a function that will run a scene in the park!

Remember, the Define Function line defines the function by creating the function and giving it a name.

  • Go to LOGIC and click on . Drag Define Function to the bottom of your program.
  • Change the name of the function from my_function to park_scene.
  • In GRAPHICS, drop Park INSIDE your function by indenting it four spaces under the def line.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE