Now we are going to create the third and final method: the apologize method. This done very similarly to the escape and freakOut methods.
Step 1: Have world selected in the upper-left box.
Step 2: Click create new method in the lower-left box.
Step 3: Name the method apologize and click OK.
You should now see a new method tab named world.apologize that has Do nothing written inside of it. It should look something like this:
Now we want to put the apologize code from world.my first method into the apologize method. Since the code is multiple tiles, we are going to put it into a Do in order tile so that we can easily drag it to the clipboard.
Step 4: Click on world.my first method.
Step 5: Drag a Do in order tile to the top of the apologize code.
Step 6: Put code that should go in apologize method into the Do in order tile.
Step 7: Drag the Do in order tile into the clipboard in the upper-right corner of the screen (this makes a copy).
Step 8: Click on the world.apologize method tab.
Step 9: Click on the clipboard and drag to where it says Do nothing to paste the copied code into the apologize method.
Your world.apologize method should now look like this: