Click HERETo go to Scratch Lab Problem 1+2.
   
    
  
 
    Click HERETo go to Scratch Lab 2 Problem 5. 
      
 
    Scratch Lab Write Up
    
 
    Question 1: There are if, repeat, and forever loops in Scratch. The if is triggered by an action, the repeat is performing a task for a certain amount of repetitions and the forever loop continues for eternity. 
    
    Question 2: Use the repeat until loop to cut off the movements of the loop. You can adjust accordingly.
    
    Question 3: The loop structure does not work because once the Forever and Ever loop begins it will never stop. The loop isn't logical for saying both phrases. 
    Question 4: Sprites know when to begin an action when the flag is clicked, when the mouse tocuhes them, and when any key is hit on the keyboard. 
    
    Question 5: The following snippets are the same. The second works as a double negative and have the same function. In both cases when the spacebar is pressed, it will say the space bar has been pressed. 
    
 
    Click HERE to return to homepage.