STEP 6: Now let's call the function so the commands inside will run.

You can call a function anywhere in your program AFTER it is defined. It must be OUTSIDE the function.

  • Go to and drop a Wait indented INSIDE the function, after the other commands.
  • Go to and drag out Function Call.
  • Change my_function() to bridge_scene(). Click Run to see your function on the stage.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE