Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 604 Bytes

do_now_12.md

File metadata and controls

19 lines (13 loc) · 604 Bytes

Tracing and debugging

In your notebook

  1. Define Code tracing.

  2. Define Debugging.

Putting blocks together to build a script

All of the following blocks, you have been introduced too. Let's put them together to create a script.

  1. Open the development environment and Start a new project.
  2. Select the check box next to the x position and position pointer block to display their values on the stage.
  3. Have your sprite move 100 units to left.
  4. Turn 90 degrees clockwise.
  5. Move 100 units.
  6. Write down the coordinates in your notebook.
  7. Save your project as DoNow1.2