4.9k views
2 votes
Question 4 (2 points)

3.4: In this project, the Scratch Cat and Gobo are practicing their jumping routine.
When Scratch Cat says "Jump!", Gobo should jump up and down. But Gobo isn't
jumping. How do we fix the program?
Change Gobo's "when I receive" code to "when flag clicked"
Add a wait 1 second code to the beginning of Gobo's code
Create a new variable called jump! so Gobo can receive it
Add the broadcast jump! code to the end of Scratch Cat's code

Question 4 (2 points) 3.4: In this project, the Scratch Cat and Gobo are practicing-example-1
User DozenCrows
by
4.8k points

2 Answers

4 votes

Answer:

Add the broadcast jump code to the end of scratch cat's code.

Step-by-step explanation:

That block sends a message and Gobo recives it.

User Volomike
by
4.3k points
7 votes

Answer:

Add the broadcast jump! code to the end of Scratch Cat's code.

Step-by-step explanation:

If we broadcast the jump! code, then the Gobo will listen, and he will start jumping up and down. It looks like that he is not getting what Scratch Cat is saying, and if the message of Scratch Cat is broadcasted then Gobo will listen to what Scratch Cat is telling. Hence, the above option is the correct option.

User Manroe
by
4.6k points