Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Summary:

When running programs created in the Inclusive Coding Environment, I would like to choose between stepping through the programs and having them execute through to completion automatically.

Figma Designs




Details:


A single Step button that steps through each step in the program. When a loop is encountered, this steps into loop. If you have a loop of 2 steps and 4 iterations, you would hit the Step button 8 times to get through the loop.

Notes and Examples:

Character Position

  • Play: program and character will continue from where they are
  • Pause: execution will pause, program and character will keep current position
  • Reset: program resets to beginning, character resets to middle, scene is cleared
  • When the end of the program is reached, character stays where they are, any drawings stay on screen
  • No labels