STEP 2: Let's rename the variables we just added into our main function!

Functions can return multiple values, not just one. We separate these variables using a comma (,).

  • Change the first variable from my_var1 to text. This is our text sprite currently on the stage.
  • Change the second variable from my_var2 to blocker. This is the black, rectangular overlay on the screen.


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)