asked 15.7k views
15 votes
Task 1: Alex has created the following code using Scratch and expected it to move backwards and forwards across the screen. However, when the green flag is clicked it only moves a little way and then stops. Draw the correct code in the second column.please help me with this topic I don't really know English​

Task 1: Alex has created the following code using Scratch and expected it to move-example-1
asked
User Damary
by
7.5k points

1 Answer

10 votes

Answer:

Add a forever loop in the code, at the top of the move 10 steps till the end of the code. Place it in between.

Step-by-step explanation:

This will make the code repeat is self and make the sprite's movement a lot quicker.

answered
User Aydan
by
8.1k points