STEP 9: Let's have our sprite wait 2 seconds and then do the next move.
- From , drag Wait into your program.
- From , drag Move Up into your program. Drop it below the .wait() command.
The Wait command causes the sprite to pause for the given number of seconds before moving up.
To navigate the page using the TAB key, first press ESC to exit the code editor.