For this project I made the two dancers change costumes and dance to the music.
For this project I made a sprite that is my name and I made it change costume
which changed its size, position, and color.
For this project I made two sprites change costumes and have differnt backgrounds.
They also only revealed when it was their turn and I changed turns by broadcasting a message.
Question 1: There are many types of loops in scratch. There are forever loops, which are incessant, and loops with a certain amount of repeats, also there are loops that continue until a specific event happens.
Question 2: The best loop to use when one does not know exactly how long it should repeat is the repeat until loop because it continues until a specific event that you chose.
Question 3: That loop structure does not make sense because if there is a forever loop within another loop the components just inside the larger loop will act only the first time.
Question 4: Sprites know when to begin an action when they are clicked, the green flag is pressed, the spacebar is pressed, or when another sprite broadcasts a message to them.
Question 5: Those code snippets are not equivalent because the commands happen in a different order and they are activated differently. One begins when the spacebar is released and the other begins when the space bar is held down.