Write the steps in which scratch program to make sprite bounce
Answers
Answered by
0
Explanation:
Instructions
Make the sprite move with the "move" block.
Make it move forever with the "forever" block.
Make it bounce with the "if on edge, bounce" block.
Similar questions