STEP 2: Now let's add some action to our scene!

All commands that should run when the function is called must go INSIDE the function.

  • Have the sprite Say "I should hurry to the castle!". Make sure the .say() is inside the function!

  • Have the sprite Move Forward 550 pixels so that it will move off the stage when we call this function.

These commands don't run yet, because we haven't called the function! Click Next to call the function!

# THIS ACTIVITY IS IN PREVIEW ONLY MODE