Scratch Lab 4 Wrietup

My Scratch Projects Lab Overview and Questions

Questions

Question 1

The if statement only commands to an event that happens. The if-then statement, on the other hand, also commands an event that doesnt happen.

Question 2

The variable can be applied to either all sprites or one sprite specifically.

Question 3.

A variable can only hold one value at a time.

Question 4

This doesn't work because value 2 cannot hold 2 values at the same time and it would just result in the same value for both.

Question 5

The temp is changed to value 1, thus storing its data. Value 1 then becomes what value two is, and then value two becomes temp which is what value one used to be.

Back to Homepage