0% found this document useful (0 votes)
37 views2 pages

Debugging Steps for Computers II

The document provides instructions for debugging 5 Scratch programs by making minor code changes. For program #1, adding a "when green flag clicked" block solves the issue. For #2, adding a "glide" block set to -120 degrees is needed. For #3, removing a "turn 90 degrees" block fixes the problem. Program #4 requires changing the rotation style from 360 to a straight path. For #5, separating the "say meow" and "repeat 3" blocks and adding "when green flag clicked" above the repeat with the "play sound" inside the repeat fixes the debugging issue.

Uploaded by

api-280432860
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views2 pages

Debugging Steps for Computers II

The document provides instructions for debugging 5 Scratch programs by making minor code changes. For program #1, adding a "when green flag clicked" block solves the issue. For #2, adding a "glide" block set to -120 degrees is needed. For #3, removing a "turn 90 degrees" block fixes the problem. Program #4 requires changing the rotation style from 360 to a straight path. For #5, separating the "say meow" and "repeat 3" blocks and adding "when green flag clicked" above the repeat with the "play sound" inside the repeat fixes the debugging issue.

Uploaded by

api-280432860
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Hannah

Stefanowicz

Before #1

Computers II

After #1

To debug #1 add a when green flag clicked to the top.

Before #2

After #2

To debug #2 add a glide step to the bottom and change it to -120 degrees

Before #3

After #3

To debug #3 take away a turn 90 degrees step.

Before #4

After #4

To debug #4 you have to switch the rotation style from 360 to a straight path.

Before #5

After #5

To debug #5 you have to separate the say meow step and repeat 3 step. Then
add a when green flag clicked above the repeat 3 and move the play sound
step into the repeat 3 step.

You might also like