Scratch Lab2 Problem1
Scratch Lab2 Problem3
Scratch Lab2 Problem4
1) There are 3 different loops. One is a specific number loop. The second is a forver loop. The third is a loop that interacts with other sprites.
2)You should use the repeat until loop because it gives you the power to end the loop whenever you want.
3)It does not work becuase there is a forever loop inside a forever loop.
4) You can choose different kinds of events that will tell the sprites when to start their actions.
5) They are both equivalent becuase ones an If action and the others a then action, and they both do the same thing in the end.