You only want the main character to move down if the player presses the down key. Like before, you need the "if-statement" block, found in the orange "control" blocks.
If-statements only work if they have a condition that tells them when to run. You only want the main character to move down if the player presses the down key. This block is found in the light blue "sensing" blocks.
Like before, we want this code to be checking if the player is pressing the down-arrow key during the entire game. This block is found in the orange "control" section.