What Block Would You Use To Make A Sprite Move For
What Block Would You Use To Make A Sprite Move For
What block would you use to make a sprite move forward by a certain
number of steps in Scratch?
o A) move [ ] steps
o B) go to [ ]
o C) turn [ ] degrees
o D) set [ ] to [ ]
In Scratch, how do you create a loop that repeats a set of actions forever?
o A) repeat [ ]
o B) repeat until [ ]
o C) forever
o D) if [ ] then [ ]
2. Control Structures
Which block is used to make a sprite perform a specific action only when
a condition is true?
o A) if [ ] then [ ]
o B) forever [ ]
o C) broadcast [ ]
o D) wait [ ] seconds
What is the purpose of the "when green flag clicked" block in Scratch?