1.

If the backdrop of scratch is changed, and focus is on backdrop, which are the blocks of Scratch that stop working?[Do not give spam answers]​

Answer»

Explanation:

As this BLOCK holds the backdrop number of the STAGE, it is used when something MUST happen if the Stage is at a SPECIFIC backdrop. Some more common uses are:

Stopping the project once the Stage REACHES the backdrop for the end of the project. This is helpful because it will automatically stop the project when that backdrop is reached.

whenclickedwaituntilbackdrop#=6stopall

Checking what the current backdrop is

sayjoinThe current backdrop is:backdrop#

Setting a variable to the backdrop scene



Discussion

No Comment Found