subject

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 their jumping ro

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:00
Write a function that draws a pool ball. this function should take as parameters, the color, the number that should go on the pool ball, and the location of the center of the pool ball. the radius of the pool balls should be pool_ball_radius, and the font of the number should be pool_ball_font. the text of the pool ball font should be white. drawpoolball(color.orange, 5, 100, 100); drawpoolball(color.green, 6, 50, 200); drawpoolball(color.red, 3, 150, 350); drawpoolball(color.blue, 2, 250, 140); to center the numbers on the pool ball, you should use the getwidth() and getheight() methods. you are allowed to call these methods on your text object, such as txt.
Answers: 3
question
Computers and Technology, 22.06.2019 18:00
Which of the following physical laws can make the flow of water seem more realistic? a. motion b. gravity c. fluid dynamics d. thermodynamics
Answers: 2
question
Computers and Technology, 23.06.2019 11:00
In the context of the box model, what is the difference between a margin and a padding? a. a padding lies outside a box border, while a margin lies inside it. b. a padding lies inside a box border, while a margin lies outside it. c. a padding can be adjusted independently, while a margin depends on the size of its box. d. a padding depends on the size of its box, while a margin can be adjusted independently.
Answers: 3
question
Computers and Technology, 24.06.2019 15:50
Subscribe to j p g a m e t u b e on you tube ?
Answers: 2
You know the right answer?
Question 4 (2 points)
3.4: In this project, the Scratch Cat and Gobo are practicing their jump...
Questions
Questions on the website: 13722367