Click HERE to return to homepage.

My Scratch Stuff

click here to go to scratch website

I did problems 1, 2, 4.

Problem 1

click here to go to problem 1

problem 2

click here to go to problem 2

problem 4

click here to go to problem 4

Click HERE to return to homepage.

Question #1 what are the type of loops in scratch?


The is the epeat x number of times loop, the repeat forever loop, and the repeat until loop

Question #2 If you are given a situation where you want an action to repeat, but you don’t know how long it should repeat for, which loop is the best structure to use? Why?


you should use the repeat until blank command

question 3 Does the following loop structure work? Does it make sense? Why or why not?


The loop would work

Question #4 How can sprites “know” when to begin an action? Is there more than one way?


Sprites can know when to begin an action in a number of ways, for exapmle when receiving a message, when something is clicked, etc.

Are the following code snippets equivalent? Why or why not?

No, the sprite will perform the actions in a different order